We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a267c7 commit 1feace6Copy full SHA for 1feace6
.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
scancode --version
31
python --version
32
pip list --all
0 commit comments