Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Oct 12, 2024
1 parent c8fb1c2 commit c2ebb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
include:
- { python: "3.10", os: "ubuntu-20.04", session: "pre-commit" }
- { python: "3.10", os: "ubuntu-22.04", session: "pre-commit" }
- { python: "3.10", os: "ubuntu-20.04", session: "safety" }
- { python: "3.10", os: "ubuntu-20.04", session: "bandit" }
- { python: "3.10", os: "ubuntu-20.04", session: "mypy" }
Expand Down

0 comments on commit c2ebb45

Please sign in to comment.