Skip to content

Commit

Permalink
github: Fix click version
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kojtal <[email protected]>
  • Loading branch information
0xc0170 committed Dec 22, 2022
1 parent da7c0b7 commit 239a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: install dependencies
shell: bash
run: |
pip install -U scancode-toolkit click
pip install -U scancode-toolkit "click>=7,<8"
-
name: license check
Expand Down

0 comments on commit 239a210

Please sign in to comment.