Skip to content

Commit

Permalink
try to fix license checking, by adding a dep
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <[email protected]>
  • Loading branch information
luccalb committed Oct 28, 2023
1 parent 3414c6e commit e448d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip freeze > requirements-all.txt
- name: Check copyright
id: license_check_report
uses: pilosus/action-pip-license-checker@v1
uses: pilosus/action-pip-license-checker@v2
with:
requirements: "requirements-all.txt"
fail: "Copyleft"
Expand Down

0 comments on commit e448d59

Please sign in to comment.