Skip to content

Commit

Permalink
Disable fail-fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Oct 11, 2024
1 parent b51828b commit 555b525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.13" # Keep in sync with .readthedocs.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.10"]

Expand Down

0 comments on commit 555b525

Please sign in to comment.