Skip to content

Commit

Permalink
set fail-fast to false for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed May 17, 2024
1 parent 8fc5716 commit 053f143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
unittests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]

Expand Down

0 comments on commit 053f143

Please sign in to comment.