Skip to content

Commit

Permalink
ci: dont fail-fast
Browse files Browse the repository at this point in the history
matrix has no dependency.
  • Loading branch information
ankush committed Dec 12, 2022
1 parent 47d0128 commit 206d203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
timeout-minutes: 60

strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]

Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
timeout-minutes: 60

strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.10' ]

Expand Down

0 comments on commit 206d203

Please sign in to comment.