Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 5, 2024
1 parent 7cd06a4 commit 4517cb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
os:
Expand Down Expand Up @@ -38,7 +41,6 @@ jobs:
use-mamba: true
- name: Conda Info
run: |
which python
mamba info
mamba list
- name: Run test
Expand Down

0 comments on commit 4517cb6

Please sign in to comment.