Skip to content

Commit 1feace6

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

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
scancode --version
3131
python --version
3232
pip list --all

0 commit comments

Comments
 (0)