Skip to content

Commit b2e8e22

Browse files
author
Beat Buesser
committed
Set click==8.0.2 for style check workflow
dask/distributed#6013 Signed-off-by: Beat Buesser <[email protected]>
1 parent 29b5289 commit b2e8e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
python -m pip install types-six
4545
python -m pip install types-PyYAML
4646
python3 -m pip install types-setuptools
47+
pip install click==8.0.2
4748
pip list
4849
- name: pycodestyle
4950
run: pycodestyle --ignore=C0330,C0415,E203,E231,W503 --max-line-length=120 art

0 commit comments

Comments
 (0)