Skip to content

Commit

Permalink
Install pip-audit only instead of all the dev packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenaas committed May 7, 2024
1 parent 7b3cc6d commit 125f23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/pip-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

pip install -r requirements-dev.txt
pip install pip-audit

python3 -m pip_audit -r ./requirements.txt

Expand Down

0 comments on commit 125f23d

Please sign in to comment.