Skip to content

Commit

Permalink
CI: Configure test matrix with fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 26, 2022
1 parent 9b67b3c commit f454bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
Expand Down

0 comments on commit f454bb7

Please sign in to comment.