Skip to content

Commit

Permalink
Do not fail fast on Conda testing GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 23, 2024
1 parent f895385 commit 283f40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
install:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
env: [snakemake, nextflow, jupyter, quarto]
Expand Down

0 comments on commit 283f40d

Please sign in to comment.