Skip to content

Commit

Permalink
Merge pull request #194 from aridevelopment-de/actions/workflow_runne…
Browse files Browse the repository at this point in the history
…r_strategy

Fixed matrix strategy failing-fast
  • Loading branch information
Ari24-cb24 committed Sep 11, 2022
2 parents 856a0c9 + 512d3fc commit 0c067b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]

Expand Down

0 comments on commit 0c067b5

Please sign in to comment.