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
725666d6
Unverified
Commit
725666d6
authored
Sep 19, 2022
by
Frank Lee
Committed by
GitHub
Sep 19, 2022
Browse files
[workflow] deactivate conda environment before removing (#1606)
parent
edc9e419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/scripts/build_colossalai_wheel.sh
.github/workflows/scripts/build_colossalai_wheel.sh
+1
-0
No files found.
.github/workflows/scripts/build_colossalai_wheel.sh
View file @
725666d6
...
@@ -35,6 +35,7 @@ fi
...
@@ -35,6 +35,7 @@ fi
python setup.py bdist_wheel
python setup.py bdist_wheel
mv
./dist/
*
./all_dist
mv
./dist/
*
./all_dist
python setup.py clean
python setup.py clean
conda deactivate
conda
env
remove
-n
$python_version
conda
env
remove
-n
$python_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