Skip to content

Commit 239a210

Browse files
committed
github: Fix click version
Signed-off-by: Martin Kojtal <[email protected]>
1 parent da7c0b7 commit 239a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: install dependencies
2727
shell: bash
2828
run: |
29-
pip install -U scancode-toolkit click
29+
pip install -U scancode-toolkit "click>=7,<8"
3030
3131
-
3232
name: license check

0 commit comments

Comments
 (0)