Skip to content

Commit

Permalink
ci(tests.yaml): turn off fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
aleaf committed Aug 28, 2024
1 parent 45e45e6 commit b2233e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
name: ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: ['3.12', '3.11', '3.10'] # ['3.8', '3.x']
Expand Down

0 comments on commit b2233e6

Please sign in to comment.