Skip to content

Commit

Permalink
use login shell for conda ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed May 8, 2024
1 parent 7eeba20 commit c8f9628
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:

test-conda:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -leo pipefail {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- run: python -m jupyter execute *.ipynb
- run: jupyter execute *.ipynb

slides:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8f9628

Please sign in to comment.