Update release_test_pypi_before_merge.yml

This commit is contained in:
Hanks 2025-06-03 18:12:19 +08:00 committed by GitHub
parent b9535f3c44
commit 0ba96e88d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
run: |
# we need to install the requirements.txt first
# as test-pypi may not contain the distributions for libs listed in the txt file
pip install -r requirements/requirements.txt
pip install --index-url https://pypi.org/simple --upgrade -r requirements/requirements.txt
pip install -U setuptools==68.2.2 wheel
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
env: