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>
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
  • Loading branch information
Beat Buesser authored and asarj committed May 8, 2022
1 parent bcb3988 commit 82943c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
pip install pluggy==0.13.1
pip install tensorflow==2.7.0
pip install keras==2.7.0
pip install types-six
pip install types-PyYAML
pip install types-setuptools
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
Expand Down

0 comments on commit 82943c1

Please sign in to comment.