Skip to content

Commit

Permalink
Change matrix strategy fail-fast to false, so that we can still run t…
Browse files Browse the repository at this point in the history
…ests if Python 3.8 does not work
  • Loading branch information
cleong110 committed Jan 13, 2025
1 parent f12e12c commit 434bfb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

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

0 comments on commit 434bfb6

Please sign in to comment.