Skip to content

Commit

Permalink
fail fast in CI .github/workflows/test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored May 14, 2024
1 parent 0b29411 commit 39815ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 39815ef

Please sign in to comment.