Skip to content

Commit 09ada9b

Browse files
committed
ci: drop invalid --disable-pip flag from pip-audit
--disable-pip is only valid with -r/--requirement. We audit the installed environment directly, so the flag is both unnecessary and rejected by pip-audit's argparse.
1 parent 9d2c4cc commit 09ada9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
pip install pip-audit
129129
130130
- name: Audit runtime dependencies
131-
run: pip-audit --strict --disable-pip
131+
run: pip-audit --strict

0 commit comments

Comments
 (0)