Skip to content

Commit

Permalink
Pin mypy (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom authored Jul 22, 2024
1 parent 2f5ea60 commit b4e5f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0

- name: Install tools
run: pip install mypy flake8
run: pip install mypy~=1.10.0 flake8

- name: Flake8
run: make lint
Expand Down

0 comments on commit b4e5f8d

Please sign in to comment.