File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
strategy :
122
122
fail-fast : false
123
123
matrix :
124
- runs-on : [macos-latest , macos-13]
124
+ runs-on : [macos-14 , macos-13]
125
125
126
126
steps :
127
127
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -90,15 +90,12 @@ examples = [
90
90
" xarray" ,
91
91
" xhistogram" ,
92
92
]
93
- test-core = [
93
+ test = [
94
94
" cloudpickle" ,
95
95
" pytest-benchmark" ,
96
96
" pytest>=6.0" ,
97
97
" pytest-benchmark" ,
98
98
" numpy" ,
99
- ]
100
- test = [
101
- { include-group = " test-core" },
102
99
" hypothesis>=6.0; sys_platform != 'ios'" , # slow on iOS, can fail health check
103
100
" pytest-xdist; sys_platform != 'ios'" , # No processes on iOS
104
101
]
@@ -204,7 +201,6 @@ environment.UV_PREFER_BINARY = "1"
204
201
[tool .cibuildwheel .pyodide ]
205
202
build-frontend = {name = " build" , args = [" --exports" , " whole_archive" ]}
206
203
test-command = " pytest --benchmark-disable tests"
207
- test-groups = [" test-core" ] # Working around a bug with markers in pyodide
208
204
209
205
[tool .cibuildwheel .ios ]
210
206
build-frontend = " build"
You can’t perform that action at this time.
0 commit comments