Skip to content

Commit be31d50

Browse files
authored
Merge pull request #15043 from jamesbeyond/click_fix
FIX: update click version to fix scancode
2 parents 539d1c7 + 1f20f1c commit be31d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: install dependencies
2626
shell: bash
2727
run: |
28-
pip install scancode-toolkit
28+
pip install -U scancode-toolkit click
2929
3030
-
3131
name: license check

0 commit comments

Comments
 (0)