Unverified Commit 725666d6 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent edc9e419
...@@ -35,6 +35,7 @@ fi ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment