Skip to content

Commit 916a8fe

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_test_pypi_before_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.8.14'
19+
python-version: '3.9.0'
2020

2121
- name: add timestamp to the version
2222
id: prep-version
@@ -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 --index-url https://pypi.org/simple --upgrade -r requirements/requirements.txt
51+
pip install -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)