[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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