Skip to content

Commit

Permalink
Set fail-fast to true, and for now, only test Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas authored Aug 11, 2023
1 parent a486829 commit 58cbddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10"]

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

0 comments on commit 58cbddb

Please sign in to comment.