Skip to content

Commit

Permalink
Merge pull request #215 from neutrinoceros/tst/hotfix_CI_config
Browse files Browse the repository at this point in the history
TST: fix a mistake in CI configuration
  • Loading branch information
DrSoulain committed Mar 14, 2024
2 parents 465b1e1 + 06099f4 commit 370448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand All @@ -23,7 +24,6 @@ jobs:

runs-on: ${{ matrix.os }}
timeout-minutes: 30
fail-fast: false

steps:
- name: Checkout Source
Expand Down

0 comments on commit 370448c

Please sign in to comment.