We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd845b commit ba2e9b0Copy full SHA for ba2e9b0
.github/workflows/release_test_pypi_before_merge.yml
@@ -49,7 +49,7 @@ jobs:
49
# we need to install the requirements.txt first
50
# as test-pypi may not contain the distributions for libs listed in the txt file
51
pip install -r requirements/requirements.txt
52
- pip install setuptools
+ pip install -U setuptools==68.2.2 wheel
53
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
54
env:
55
VERSION: ${{ steps.prep-version.outputs.version }}
0 commit comments