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
2
2
on :
3
3
push :
4
4
branches :
5
- - " * "
5
+ - " main "
6
6
pull_request :
7
7
branches :
8
- - " * "
8
+ - " main "
9
9
workflow_dispatch : # allows you to trigger manually
10
10
11
11
concurrency :
@@ -117,7 +117,7 @@ jobs:
117
117
python xarray/util/print_versions.py
118
118
- name : Install mypy
119
119
run : |
120
- python -m pip install mypy --force-reinstall
120
+ python -m pip install " mypy<1.7" --force-reinstall
121
121
122
122
- name : Run mypy
123
123
run : |
@@ -171,7 +171,7 @@ jobs:
171
171
python xarray/util/print_versions.py
172
172
- name : Install mypy
173
173
run : |
174
- python -m pip install mypy --force-reinstall
174
+ python -m pip install " mypy<1.7" --force-reinstall
175
175
176
176
- name : Run mypy
177
177
run : |
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - " * "
5
+ - " main "
6
6
pull_request :
7
7
branches :
8
- - " * "
8
+ - " main "
9
9
workflow_dispatch : # allows you to trigger manually
10
10
11
11
concurrency :
You can’t perform that action at this time.
0 commit comments