diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acafce1..2acc952 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,7 @@ jobs: fail-fast: false matrix: include: -# - { python: "3.10", os: "ubuntu-latest", session: "pre-commit" } - - { python: "3.10", os: "ubuntu-latest", session: "safety" } +# - { python: "3.10", os: "ubuntu-latest", session: "safety" } # - { python: "3.10", os: "ubuntu-latest", session: "mypy" } # - { python: "3.9", os: "ubuntu-latest", session: "mypy" } # - { python: "3.8", os: "ubuntu-latest", session: "mypy" }