Skip to content

Commit

Permalink
ci: use older traitlets and matplotlib to avoid type check failures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels authored Sep 27, 2023
1 parent a747a68 commit da8b70d
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 "click<8.1.4"
pip install ".[dev]" mypy==0.991 black==22.12.0 codespell==2.2.4 "click<8.1.4" "traitlets<5.10.0" "matplotlib<3.8.0"
mypy --install-types --non-interactive solara
- name: Run codespell
run: codespell
Expand Down

0 comments on commit da8b70d

Please sign in to comment.