Skip to content

Commit be10276

Browse files
authored
pip-audit: fixup
1 parent 9411777 commit be10276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323

2424
- name: Install project
2525
run: |
26-
python -m venv /tmp/pip-audit-env
26+
python -m venv --upgrade-deps /tmp/pip-audit-env
2727
source /tmp/pip-audit-env/bin/activate
2828
29-
python -m pip install --upgrade pip
3029
python -m pip install .
3130
3231

0 commit comments

Comments
 (0)