We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba96e8 commit 916a8feCopy full SHA for 916a8fe
.github/workflows/release_test_pypi_before_merge.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-python@v2
18
with:
19
- python-version: '3.8.14'
+ python-version: '3.9.0'
20
21
- name: add timestamp to the version
22
id: prep-version
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
# we need to install the requirements.txt first
50
# 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
+ pip install -r requirements/requirements.txt
52
pip install -U setuptools==68.2.2 wheel
53
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
54
env:
0 commit comments