We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ec8ef commit 98f5537Copy full SHA for 98f5537
1 file changed
.github/workflows/pip-audit.yml
@@ -16,6 +16,7 @@ jobs:
16
run: |
17
python -m venv env/
18
source env/bin/activate
19
+ python -m pip install --upgrade pip
20
python -m pip install .
21
- uses: pypa/gh-action-pip-audit@v1.0.0
22
with:
0 commit comments