github: Fix click version

Signed-off-by: Martin Kojtal <martin.kojtal@arm.com>
pull/15357/head
Martin Kojtal 2022-12-22 13:56:04 +00:00
parent da7c0b7d3d
commit 239a210107
1 changed files with 1 additions and 1 deletions

View File

@ -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"
-
name: license check