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

pull/1609/head
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
1 changed files with 1 additions and 0 deletions

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