Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
Fix pre-commit
  • Loading branch information
francbartoli committed Oct 12, 2024
1 parent c8fb1c2 commit 624a044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=$GITHUB_WORKSPACE/.github/workflows/constraints.txt poetry poetry-plugin-export
pipx install --pip-args=--constraint=$GITHUB_WORKSPACE/.github/workflows/constraints.txt poetry
poetry --version
- name: Install Nox
Expand Down

0 comments on commit 624a044

Please sign in to comment.