mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-09 11:58:06 +00:00
Update release_test_pypi_before_merge.yml
This commit is contained in:
parent
0ba96e88d2
commit
916a8fef0e
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8.14'
|
python-version: '3.9.0'
|
||||||
|
|
||||||
- name: add timestamp to the version
|
- name: add timestamp to the version
|
||||||
id: prep-version
|
id: prep-version
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# 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 --index-url https://pypi.org/simple --upgrade -r requirements/requirements.txt
|
pip install -r requirements/requirements.txt
|
||||||
pip install -U setuptools==68.2.2 wheel
|
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
|
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user