Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
glevv committed Jan 13, 2024
1 parent c0f4bff commit 014a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
source $VENV
- name: Requirements extraction
run: poetry export -f requirements.txt --with dev
run: poetry export --without-hashes --format=requirements.txt > requirements.txt --with dev

- name: Run audit
uses: pypa/[email protected]
Expand Down

0 comments on commit 014a0c8

Please sign in to comment.