Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Restore full safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Aug 11, 2021
1 parent cdce297 commit 11fa767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
- name: Check for vulnerabilities in libraries
run: |
pip install safety
# The `-i 41002` can be removed when
# https://github.com/pyupio/safety-db/issues/2335
# is resolved
pip freeze | safety check -i 41002
pip freeze | safety check
- name: Test with pytest
run: |
python -m coverage run -m pytest -r sx tests/
Expand Down

0 comments on commit 11fa767

Please sign in to comment.