Skip to content

Commit

Permalink
Do not fail fast in test pipeline; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed May 22, 2024
1 parent 8fa7081 commit dba879f
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 374 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pytest-cov:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]

Expand Down
Loading

0 comments on commit dba879f

Please sign in to comment.