mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +00:00
[workflow] deactivate conda environment before removing (#1606)
This commit is contained in:
@@ -35,6 +35,7 @@ fi
|
||||
python setup.py bdist_wheel
|
||||
mv ./dist/* ./all_dist
|
||||
python setup.py clean
|
||||
conda deactivate
|
||||
conda env remove -n $python_version
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user