Skip to content

Commit

Permalink
Merge pull request #1004 from JGreenlee/fix-emissiontest-EnvironmentL…
Browse files Browse the repository at this point in the history
…ocationNotFound

fix EnvironmentLocationNotFound error during test-with-manual-install
  • Loading branch information
shankari authored Dec 21, 2024
2 parents 4034533 + 09a2746 commit 443db95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-with-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ jobs:
- name: Teardown the test environment
shell: bash -l {0}
run: source setup/teardown_tests.sh
run: |
source setup/activate_conda.sh
source setup/teardown_tests.sh

0 comments on commit 443db95

Please sign in to comment.