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 31, 2022
1 parent 29b5289 commit 49fc6af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python -m pip install types-six
python -m pip install types-PyYAML
python3 -m 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 49fc6af

Please sign in to comment.