We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7c0b7 + 239a210 commit c299c8bCopy full SHA for c299c8b
.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