Skip to content

Commit

Permalink
tests: Pin click version to avoid psf/black#2964
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jun 20, 2024
1 parent 6bbb153 commit 673c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
python-version: '3.10'
- name: Install requirements
run: pip install flake8 pycodestyle black[python2]==21.12b0 isort
run: pip install flake8 pycodestyle black[python2]==21.12b0 click==8.0.4 isort
- name: Check syntax and complexity
run: |
flake8 . --count --select=C901,E901,E999,F401,F821,F822,F823 --show-source --statistics
Expand Down

0 comments on commit 673c167

Please sign in to comment.