Skip to content

Commit

Permalink
ci: don't do safety checks coz this isn't a webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Oct 2, 2023
1 parent 5ef3786 commit 078f51e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 078f51e

Please sign in to comment.