Merge pull request #1542 from crytic/dev-pip-audit-fix

Use latest setuptools in CI
pull/1553/head
Feist Josselin 2 years ago committed by GitHub
commit 56096a2d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pip-audit.yml

@ -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

Loading…
Cancel
Save