Skip to content

Commit

Permalink
Hopefully final fix
Browse files Browse the repository at this point in the history
use `conda activate` instead of `source activate`
  • Loading branch information
shankari committed Apr 16, 2020
1 parent b9cce3e commit 237da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
source "$HOME/miniconda/etc/profile.d/conda.sh"
conda --version
source activate emission
conda activate emission
./runAllTests.sh
- name: Teardown the test environment
Expand Down

0 comments on commit 237da11

Please sign in to comment.