Skip to content

Commit

Permalink
TYP: hotfix unsolvable type-checking requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 25, 2024
1 parent 706e970 commit ef4f915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/type-checking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
pull_request:
paths:
- yt/**/*.py
- setup.cfg
- pyproject.toml
- requirements/typecheck.txt
- .github/workflows/type-checking.yaml

workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mypy==1.11.2
types-PyYAML==6.0.12.20240808
types-chardet==5.0.4.6
types-requests==2.32.0.20240907
typing-extensions==4.4.0; python_version < '3.12'
typing-extensions==4.6.0; python_version < '3.12'

0 comments on commit ef4f915

Please sign in to comment.