mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 23:11:55 +00:00
[workflow] added pypi channel (#5412)
This commit is contained in:
parent
a28c971516
commit
2461f37886
@ -49,6 +49,6 @@ jobs:
|
|||||||
# we need to install the requirements.txt first
|
# we need to install the requirements.txt first
|
||||||
# as test-pypi may not contain the distributions for libs listed in the txt file
|
# as test-pypi may not contain the distributions for libs listed in the txt file
|
||||||
pip install -r requirements/requirements.txt
|
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:
|
env:
|
||||||
VERSION: ${{ steps.prep-version.outputs.version }}
|
VERSION: ${{ steps.prep-version.outputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user