Skip to content

Commit

Permalink
Modified pip-audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier committed Jan 31, 2024
1 parent c5d4ecb commit b72ad12
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 @@ -11,13 +11,14 @@ jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: 'Generate requirements.txt'
run: |
pipx run pipfile-requirements concordia/Pipfile.lock > requirements.txt
pipx run pipfile-requirements Pipfile.lock > requirements.txt
- uses: pypa/[email protected]
with:
Expand Down

0 comments on commit b72ad12

Please sign in to comment.