Skip to content

Commit

Permalink
ignore pip security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 15, 2023
1 parent feb7d67 commit 5e541a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- run: tox -e py
- run: mypy --install-types --ignore-missing-imports . || true
- run: shopt -s globstar && pyupgrade --py3-only **/*.py # --py36-plus
- run: safety check -i 42559 # pip <= 20.1.1, we upgrade it just above
- run: safety check -i 42559 -i 62044 # pip <= 20.1.1, we upgrade it just above
- run: tox -e build
- run: tox -e doc

0 comments on commit 5e541a2

Please sign in to comment.