Skip to content

Commit

Permalink
πŸ› Use bash for conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyhensby committed Nov 7, 2023
1 parent 3e7ac62 commit 490ab33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
conda install -n my-env pytest
- name: Activate env
shell: bash -l {0}
run: |
conda activate my-env
Expand Down

0 comments on commit 490ab33

Please sign in to comment.