Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev-pip-audit-fix' into dev-sour…
Browse files Browse the repository at this point in the history
…ce_unit
  • Loading branch information
montyly committed Jan 3, 2023
2 parents 217970f + 518137a commit af2fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m venv /tmp/pip-audit-env
source /tmp/pip-audit-env/bin/activate
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
python -m pip install .
- name: Run pip-audit
Expand Down

0 comments on commit af2fb96

Please sign in to comment.