@@ -168,12 +168,12 @@ jobs:
168
168
# TODO: Re-enable once Pypy has Pypy 3.10 on conda-forge
169
169
if : ${{ matrix.name != 'Pypy' }}
170
170
171
- - name : Test (not single_cpu)
172
- uses : ./.github/actions/run-tests
173
- if : ${{ matrix.name != 'Pypy' }}
174
- env :
175
- # Set pattern to not single_cpu if not already set
176
- PATTERN : ${{ env.PATTERN == '' && 'not single_cpu' || matrix.pattern }}
171
+ # - name: Test (not single_cpu)
172
+ # uses: ./.github/actions/run-tests
173
+ # if: ${{ matrix.name != 'Pypy' }}
174
+ # env:
175
+ # # Set pattern to not single_cpu if not already set
176
+ # PATTERN: ${{ env.PATTERN == '' && 'not single_cpu' || matrix.pattern }}
177
177
178
178
- name : Test (single_cpu)
179
179
uses : ./.github/actions/run-tests
@@ -184,6 +184,7 @@ jobs:
184
184
185
185
macos-windows :
186
186
timeout-minutes : 90
187
+ if : false
187
188
strategy :
188
189
matrix :
189
190
# Note: Don't use macOS latest since macos 14 appears to be arm64 only
@@ -221,6 +222,7 @@ jobs:
221
222
222
223
Linux-32-bit :
223
224
runs-on : ubuntu-22.04
225
+ if : false
224
226
container :
225
227
image : quay.io/pypa/manylinux2014_i686
226
228
options : --platform linux/386
@@ -257,6 +259,7 @@ jobs:
257
259
258
260
Linux-Musl :
259
261
runs-on : ubuntu-22.04
262
+ if : false
260
263
container :
261
264
image : quay.io/pypa/musllinux_1_2_x86_64
262
265
steps :
@@ -363,6 +366,7 @@ jobs:
363
366
uses : ./.github/actions/run-tests
364
367
365
368
python-freethreading :
369
+ if : false
366
370
defaults :
367
371
run :
368
372
shell : bash -eou pipefail {0}
@@ -406,6 +410,7 @@ jobs:
406
410
407
411
# NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
408
412
emscripten :
413
+ if : false
409
414
# Note: the Python version, Emscripten toolchain version are determined
410
415
# by the Pyodide version. The appropriate versions can be found in the
411
416
# Pyodide repodata.json "info" field, or in the Makefile.envs file:
0 commit comments