Skip to content

Commit

Permalink
turning off fail fast for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
venaturum committed Apr 25, 2024
1 parent 7a14527 commit 489fe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.12"]
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolated_build = True

[gh-actions]
python =
3.11: py311
3.12: py312

[testenv:testnb]
Expand Down

0 comments on commit 489fe78

Please sign in to comment.