Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix EnvironmentLocationNotFound error during test-with-manual-install
"Teardown the test environment" has been consistently failing. ``` Run source setup/teardown_tests.sh Removing environment from CondaError: Run 'conda init' before 'conda deactivate' EnvironmentLocationNotFound: Not a conda environment: /usr/share/miniconda/envs/emissiontest Error: Process completed with exit code 1. ``` I noticed that test-with-manual-install.yml follows a similar teardown procedure (with 'emission' as the environment instead of 'emissiontest') I saw that test-with-manual-install.yml invokes activates_conda.sh again right before calling the teardown script
- Loading branch information