Fix pip-audit skipping local editable package
Some checks failed
Some checks failed
This commit is contained in:
@@ -26,4 +26,4 @@ jobs:
|
|||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- run: pip install pip-audit
|
- run: pip install pip-audit
|
||||||
- run: pip install -e .
|
- run: pip install -e .
|
||||||
- run: pip-audit
|
- run: pip-audit --skip-editable
|
||||||
|
|||||||
Reference in New Issue
Block a user