Skip to content

Commit

Permalink
Update pytest.yml (#189)
Browse files Browse the repository at this point in the history
Don't cancel a running test when one python fails, could be that the other works and we encountered an issue dependent on the python version
  • Loading branch information
jwillemsen committed Mar 18, 2024
1 parent ddc3d4d commit 5d7f0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]

Expand Down

0 comments on commit 5d7f0fd

Please sign in to comment.