Skip to content

Commit

Permalink
remove safety check from CI because our only dependency is python
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 22, 2023
1 parent b029bc1 commit 73f1611
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
poetry run doc8 -q doc
poetry check
poetry run pip check
poetry run safety check --full-report
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
- name: Upload coverage to Codecov
Expand Down
14 changes: 0 additions & 14 deletions .safety-policy.yml

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ justified is acceptable:
poetry run doc8 -q doc
poetry check
poetry run pip check
poetry run safety check --full-report
poetry run python -m readme_renderer ./README.rst
Expand Down

0 comments on commit 73f1611

Please sign in to comment.