File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI Additional
22on :
33 push :
44 branches :
5- - " * "
5+ - " main "
66 pull_request :
77 branches :
8- - " * "
8+ - " main "
99 workflow_dispatch : # allows you to trigger manually
1010
1111concurrency :
@@ -117,7 +117,7 @@ jobs:
117117 python xarray/util/print_versions.py
118118 - name : Install mypy
119119 run : |
120- python -m pip install mypy --force-reinstall
120+ python -m pip install " mypy<1.7" --force-reinstall
121121
122122 - name : Run mypy
123123 run : |
@@ -171,7 +171,7 @@ jobs:
171171 python xarray/util/print_versions.py
172172 - name : Install mypy
173173 run : |
174- python -m pip install mypy --force-reinstall
174+ python -m pip install " mypy<1.7" --force-reinstall
175175
176176 - name : Run mypy
177177 run : |
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
22on :
33 push :
44 branches :
5- - " * "
5+ - " main "
66 pull_request :
77 branches :
8- - " * "
8+ - " main "
99 workflow_dispatch : # allows you to trigger manually
1010
1111concurrency :
You can’t perform that action at this time.
0 commit comments