Skip to content

Commit

Permalink
ci: Update quick_check.yml
Browse files Browse the repository at this point in the history
Update the quick_check to no longer fast-fail.
  • Loading branch information
dbhart authored Oct 21, 2024
1 parent f818093 commit f7a38c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quick_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.11']
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f7a38c5

Please sign in to comment.