Skip to content

Commit 4dd845b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +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
5253
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
5354
env:
5455
VERSION: ${{ steps.prep-version.outputs.version }}

0 commit comments

Comments
 (0)