Skip to content

Commit c299c8b

Browse files
authored
Merge pull request ARMmbed#15357 from 0xc0170/dev/martin.kojtal/fix-scancode-error-version
scancode: Limit click version to <8
2 parents da7c0b7 + 239a210 commit c299c8b

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)