Skip to content

Commit eda0073

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 36f2c3b commit eda0073

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
pip install pluggy==0.13.1
4242
pip install tensorflow==2.7.0
4343
pip install keras==2.7.0
44-
python -m pip install types-six
45-
python -m pip install types-PyYAML
46-
python3 -m pip install types-setuptools
44+
pip install types-six
45+
pip install types-PyYAML
46+
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)