mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15043 from jamesbeyond/click_fix
FIX: update click version to fix scancodepull/15034/head
commit
be31d50cc4
|
@ -25,7 +25,7 @@ jobs:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install scancode-toolkit
|
pip install -U scancode-toolkit click
|
||||||
|
|
||||||
-
|
-
|
||||||
name: license check
|
name: license check
|
||||||
|
|
Loading…
Reference in New Issue