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:
121121 strategy :
122122 fail-fast : false
123123 matrix :
124- runs-on : [macos-latest , macos-13]
124+ runs-on : [macos-14 , macos-13]
125125
126126 steps :
127127 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -90,15 +90,12 @@ examples = [
9090 " xarray" ,
9191 " xhistogram" ,
9292]
93- test-core = [
93+ test = [
9494 " cloudpickle" ,
9595 " pytest-benchmark" ,
9696 " pytest>=6.0" ,
9797 " pytest-benchmark" ,
9898 " numpy" ,
99- ]
100- test = [
101- { include-group = " test-core" },
10299 " hypothesis>=6.0; sys_platform != 'ios'" , # slow on iOS, can fail health check
103100 " pytest-xdist; sys_platform != 'ios'" , # No processes on iOS
104101]
@@ -204,7 +201,6 @@ environment.UV_PREFER_BINARY = "1"
204201[tool .cibuildwheel .pyodide ]
205202build-frontend = {name = " build" , args = [" --exports" , " whole_archive" ]}
206203test-command = " pytest --benchmark-disable tests"
207- test-groups = [" test-core" ] # Working around a bug with markers in pyodide
208204
209205[tool .cibuildwheel .ios ]
210206build-frontend = " build"
You can’t perform that action at this time.
0 commit comments