Merge pull request #15043 from jamesbeyond/click_fix

FIX: update click version to fix scancode
pull/15034/head
Martin Kojtal 2021-09-01 13:13:23 +01:00 committed by GitHub
commit be31d50cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
name: install dependencies
shell: bash
run: |
pip install scancode-toolkit
pip install -U scancode-toolkit click
-
name: license check