Browse Source

[workflow] added pypi channel (#5412)

pull/5413/head
Frank Lee 9 months ago committed by GitHub
parent
commit
2461f37886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release_test_pypi_before_merge.yml

2
.github/workflows/release_test_pypi_before_merge.yml

@ -49,6 +49,6 @@ jobs:
# 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://test.pypi.org/simple/ colossalai==$VERSION
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
env:
VERSION: ${{ steps.prep-version.outputs.version }}

Loading…
Cancel
Save