Skip to content

Commit

Permalink
Don't fail-fast in lint GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 19, 2023
1 parent 29cafc2 commit 23daf7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.11']
env:
Expand Down

0 comments on commit 23daf7c

Please sign in to comment.