Skip to content

Commit

Permalink
github: Fix click version
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kojtal <[email protected]>
  • Loading branch information
0xc0170 committed Dec 22, 2022
1 parent 1a267c7 commit 1feace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: install dependencies
shell: bash
run: |
pip install -U scancode-toolkit click
pip install -U scancode-toolkit "click>=7,<8"
scancode --version
python --version
pip list --all
Expand Down

0 comments on commit 1feace6

Please sign in to comment.