Skip to content

Commit

Permalink
Set click==8.0.2 for style check workflow
Browse files Browse the repository at this point in the history
dask/distributed#6013
Signed-off-by: Beat Buesser <beat.buesser@ie.ibm.com>
  • Loading branch information
Beat Buesser committed Mar 29, 2022
1 parent 36f2c3b commit eda0073
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
pip install pluggy==0.13.1
pip install tensorflow==2.7.0
pip install keras==2.7.0
python -m pip install types-six
python -m pip install types-PyYAML
python3 -m pip install types-setuptools
pip install types-six
pip install types-PyYAML
pip install types-setuptools
pip install click==8.0.2
pip list
- name: pycodestyle
run: pycodestyle --ignore=C0330,C0415,E203,E231,W503 --max-line-length=120 art
Expand Down

0 comments on commit eda0073

Please sign in to comment.