Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
2461f378
Unverified
Commit
2461f378
authored
Feb 29, 2024
by
Frank Lee
Committed by
GitHub
Feb 29, 2024
Browse files
[workflow] added pypi channel (#5412)
parent
a28c9715
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release_test_pypi_before_merge.yml
.github/workflows/release_test_pypi_before_merge.yml
+1
-1
No files found.
.github/workflows/release_test_pypi_before_merge.yml
View file @
2461f378
...
...
@@ -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 }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment