Skip to content

Commit

Permalink
try to fix license checking, by changing license checker version
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de>
  • Loading branch information
luccalb committed Oct 28, 2023
1 parent 5c8c362 commit a88d669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.6"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -34,7 +34,7 @@ jobs:
pip freeze > requirements-all.txt
- name: Check copyright
id: license_check_report
uses: pilosus/action-pip-license-checker@v2
uses: pilosus/action-pip-license-checker@v1
with:
requirements: "requirements-all.txt"
fail: "Copyleft"
Expand Down

0 comments on commit a88d669

Please sign in to comment.