mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 06:29:09 +00:00
[workflow] deactivate conda environment before removing (#1606)
This commit is contained in:
parent
edc9e419ad
commit
725666d6a9
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user