diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index da94c032383..6b51f4c4bf8 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -29,6 +29,7 @@ jobs: # check-latest: true python-version: ${{ matrix.python-version }} cache: 'poetry' + - name: Install requirements if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: | @@ -36,4 +37,4 @@ jobs: - uses: pypa/gh-action-pip-audit@v1.0.0 with: - virtual-environment: .venv/ + inputs: requirements.txt