|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
python -m venv /tmp/pip-audit-env |
|
|
|
python -m venv /tmp/pip-audit-env |
|
|
|
source /tmp/pip-audit-env/bin/activate |
|
|
|
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 . |
|
|
|
python -m pip install . |
|
|
|
|
|
|
|
|
|
|
|
- name: Run pip-audit |
|
|
|
- name: Run pip-audit |
|
|
|