Skip to content

Commit

Permalink
fix ci on windows (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored Sep 27, 2024
1 parent 8517a1e commit 8f1b6ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
shell: bash -leo pipefail {0}
strategy:
fail-fast: false
matrix:
Expand All @@ -23,9 +23,13 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
# https://github.com/mamba-org/setup-micromamba/issues/227
micromamba-version: 1.5.10-0
environment-file: ${{ matrix.env }}
cache-environment: true
cache-downloads: true

- name: Test
env:
Expand Down

0 comments on commit 8f1b6ef

Please sign in to comment.