ci: name step that installs and runs pip-audit (#20591)

This commit is contained in:
Sagar Vora 2023-04-05 00:42:15 +00:00 committed by GitHub
parent 32724a8eb7
commit 41dc220e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,8 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-
- run: |
- name: Install and run pip-audit
run: |
pip install pip-audit
cd ${GITHUB_WORKSPACE}
sed -i '/dropbox/d' pyproject.toml # Remove dropbox temporarily https://github.com/dropbox/dropbox-sdk-python/pull/456