Skip to content

Commit 07182f1

Browse files
committed
freeze some workflows
1 parent c8b283e commit 07182f1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ jobs:
168168
# TODO: Re-enable once Pypy has Pypy 3.10 on conda-forge
169169
if: ${{ matrix.name != 'Pypy' }}
170170

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 }}
177177

178178
- name: Test (single_cpu)
179179
uses: ./.github/actions/run-tests
@@ -184,6 +184,7 @@ jobs:
184184

185185
macos-windows:
186186
timeout-minutes: 90
187+
if: false
187188
strategy:
188189
matrix:
189190
# Note: Don't use macOS latest since macos 14 appears to be arm64 only
@@ -221,6 +222,7 @@ jobs:
221222

222223
Linux-32-bit:
223224
runs-on: ubuntu-22.04
225+
if: false
224226
container:
225227
image: quay.io/pypa/manylinux2014_i686
226228
options: --platform linux/386
@@ -257,6 +259,7 @@ jobs:
257259

258260
Linux-Musl:
259261
runs-on: ubuntu-22.04
262+
if: false
260263
container:
261264
image: quay.io/pypa/musllinux_1_2_x86_64
262265
steps:
@@ -363,6 +366,7 @@ jobs:
363366
uses: ./.github/actions/run-tests
364367

365368
python-freethreading:
369+
if: false
366370
defaults:
367371
run:
368372
shell: bash -eou pipefail {0}
@@ -406,6 +410,7 @@ jobs:
406410

407411
# NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
408412
emscripten:
413+
if: false
409414
# Note: the Python version, Emscripten toolchain version are determined
410415
# by the Pyodide version. The appropriate versions can be found in the
411416
# Pyodide repodata.json "info" field, or in the Makefile.envs file:

0 commit comments

Comments
 (0)