Skip to content

Commit ba2e9b0

Browse files
committed
[devops] fix test pypi ci
1 parent 4dd845b commit ba2e9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# we need to install the requirements.txt first
5050
# as test-pypi may not contain the distributions for libs listed in the txt file
5151
pip install -r requirements/requirements.txt
52-
pip install setuptools
52+
pip install -U setuptools==68.2.2 wheel
5353
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
5454
env:
5555
VERSION: ${{ steps.prep-version.outputs.version }}

0 commit comments

Comments
 (0)