[workflow] deactivate conda environment before removing (#1606)

This commit is contained in:
Frank Lee
2022-09-19 12:05:33 +08:00
committed by GitHub
parent edc9e419ad
commit 725666d6a9

View File

@@ -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