Skip to content

Commit

Permalink
Update pip-audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Sep 18, 2023
1 parent c31955a commit 9f7ef89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
# check-latest: true
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Install requirements
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root
- uses: pypa/[email protected]
with:
virtual-environment: .venv/
inputs: requirements.txt

0 comments on commit 9f7ef89

Please sign in to comment.