Skip to content

Commit 19bd94f

Browse files
authored
Update pip-audit.yml
Signed-off-by: Ry Jones <[email protected]>
1 parent 338b5b6 commit 19bd94f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pip-audit.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: install
15-
run: python -m pip install .
15+
run: |
16+
python -m venv env/
17+
source env/bin/activate
18+
python -m pip install .
1619
- uses: trailofbits/[email protected]
20+
with:
21+
virtual-environment: env/
22+
local: true

0 commit comments

Comments
 (0)