We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2ed03 commit 41178bfCopy full SHA for 41178bf
1 file changed
.github/workflows/pypa-pip-audit.yml
@@ -1,3 +1,4 @@
1
+# https://github.com/pypa/gh-action-pip-a
2
name: 'PyPA pip-audit'
3
4
on:
@@ -15,5 +16,10 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- name: install
- run: python -m pip install .
19
- - uses: pypa/gh-action-pip-audit@v1.1.0
+ run: |
20
+ python -m venv env/
21
+ source env/bin/activate
22
+ python -m pip install .
23
+ - uses: pypa/gh-action-pip-audit@v1.1.0
24
+ with:
25
+ virtual-environment: env/
0 commit comments