File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ defaults:
22
22
23
23
jobs :
24
24
ubuntu :
25
+ if : false
25
26
runs-on : ${{ matrix.platform }}
26
27
timeout-minutes : 90
27
28
strategy :
@@ -178,6 +179,7 @@ jobs:
178
179
if : ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
179
180
180
181
macos-windows :
182
+ if : false
181
183
timeout-minutes : 90
182
184
strategy :
183
185
matrix :
@@ -215,6 +217,7 @@ jobs:
215
217
uses : ./.github/actions/run-tests
216
218
217
219
Linux-32-bit :
220
+ if : false
218
221
runs-on : ubuntu-24.04
219
222
container :
220
223
image : quay.io/pypa/manylinux2014_i686
@@ -253,6 +256,7 @@ jobs:
253
256
cancel-in-progress : true
254
257
255
258
Linux-Musl :
259
+ if : false
256
260
runs-on : ubuntu-24.04
257
261
container :
258
262
image : quay.io/pypa/musllinux_1_2_x86_64
@@ -360,6 +364,7 @@ jobs:
360
364
361
365
# NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
362
366
emscripten :
367
+ if : false
363
368
# Note: the Python version, Emscripten toolchain version are determined
364
369
# by the Pyodide version. The appropriate versions can be found in the
365
370
# Pyodide repodata.json "info" field, or in the Makefile.envs file:
You can’t perform that action at this time.
0 commit comments