We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7c0b7 commit 239a210Copy full SHA for 239a210
.github/workflows/basic_checks.yml
@@ -26,7 +26,7 @@ jobs:
26
name: install dependencies
27
shell: bash
28
run: |
29
- pip install -U scancode-toolkit click
+ pip install -U scancode-toolkit "click>=7,<8"
30
31
-
32
name: license check
0 commit comments