Skip to content

Commit

Permalink
set_fail_fast_to_false_in_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 1, 2023
1 parent 10c7280 commit eeab7da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eeab7da

Please sign in to comment.