Skip to content

Commit 0ba96e8

Browse files
authored
Update release_test_pypi_before_merge.yml
1 parent b9535f3 commit 0ba96e8

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
@@ -48,7 +48,7 @@ jobs:
4848
run: |
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
51-
pip install -r requirements/requirements.txt
51+
pip install --index-url https://pypi.org/simple --upgrade -r requirements/requirements.txt
5252
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:

0 commit comments

Comments
 (0)