File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114
114
os : [ubuntu-latest]
115
115
python-version : [3.9, '3.10', 3.11, 3.12]
116
116
include :
117
+ # macos-latest is an Arm64 image
117
118
- os : macos-latest
118
119
python-version : 3.9
119
120
- os : macos-latest
@@ -122,11 +123,6 @@ jobs:
122
123
python-version : 3.9
123
124
- os : windows-latest
124
125
python-version : 3.12
125
- # macos-14 is an Arm64 image
126
- - os : macos-14
127
- python-version : ' 3.10'
128
- - os : macos-14
129
- python-version : 3.12
130
126
steps :
131
127
- uses : actions/checkout@v4
132
128
- uses : actions/setup-python@v5
@@ -302,20 +298,12 @@ jobs:
302
298
with :
303
299
name : windows-latest-3.12
304
300
path : /tmp/w312
305
- - uses : actions/download-artifact@v4
306
- with :
307
- name : macos-14-3.10
308
- path : /tmp/a310
309
- - uses : actions/download-artifact@v4
310
- with :
311
- name : macos-14-3.12
312
- path : /tmp/a312
313
301
- name : Install Dependencies
314
302
run : pip install -U coverage coveralls diff-cover
315
303
shell : bash
316
304
- name : Combined Deprecation Messages
317
305
run : |
318
- sort -f -u /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/u312/ml.dep /tmp/m39/ml.dep /tmp/m312/ml.dep /tmp/w39/ml.dep /tmp/w312/ml.dep /tmp/a310/ml.dep /tmp/a312/ml.dep || true
306
+ sort -f -u /tmp/u39/ml.dep /tmp/u310/ml.dep /tmp/u311/ml.dep /tmp/u312/ml.dep /tmp/m39/ml.dep /tmp/m312/ml.dep /tmp/w39/ml.dep /tmp/w312/ml.dep || true
319
307
shell : bash
320
308
- name : Coverage combine
321
309
run : coverage3 combine /tmp/u39/ml.dat
You can’t perform that action at this time.
0 commit comments