Skip to content

Commit

Permalink
ci: do codecheck with older click version
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 10, 2023
1 parent 6b79bfc commit 01dd52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install ".[dev]" mypy==0.991 black==22.12.0 codespell==2.2.4
pip install ".[dev]" mypy==0.991 black==22.12.0 codespell==2.2.4 "click<8.1.4"
mypy --install-types --non-interactive solara
- name: Run codespell
run: codespell
Expand Down

0 comments on commit 01dd52e

Please sign in to comment.