Skip to content

Commit

Permalink
Merge pull request #327 from cclauss/patch-1
Browse files Browse the repository at this point in the history
GitHub Actions: fail-fast: false
  • Loading branch information
ekalinin committed Mar 19, 2023
2 parents 0420847 + b0b0670 commit a5d94e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
python-version:
- 2.7
- 3.7
- 3.8
- 3.9
- '2.7'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

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

0 comments on commit a5d94e5

Please sign in to comment.