Skip to content

Commit e0b0b38

Browse files
committed
Temporarily narrow CI jobs for testing Pyodide
To be reverted later
1 parent 7d12117 commit e0b0b38

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868

6969
# This makes sure that the latest versions of the SDL headers parse correctly.
7070
parse_sdl:
71+
if: false
7172
needs: [ruff, mypy]
7273
runs-on: ${{ matrix.os }}
7374
strategy:
@@ -92,6 +93,7 @@ jobs:
9293
SDL_VERSION: ${{ matrix.sdl-version }}
9394

9495
build:
96+
if: false
9597
needs: [ruff, mypy, sdist]
9698
runs-on: ${{ matrix.os }}
9799
strategy:
@@ -165,6 +167,7 @@ jobs:
165167
compression-level: 0
166168

167169
test-docs:
170+
if: false
168171
needs: [ruff, mypy, sdist]
169172
runs-on: ubuntu-latest
170173
steps:
@@ -192,6 +195,7 @@ jobs:
192195
run: python -m sphinx -T -E -W --keep-going . _build/html
193196

194197
tox:
198+
if: false
195199
needs: [ruff, sdist]
196200
runs-on: ${{ matrix.os }}
197201
strategy:
@@ -221,6 +225,7 @@ jobs:
221225
tox -vv
222226
223227
linux-wheels:
228+
if: false
224229
needs: [ruff, mypy, sdist]
225230
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest'}}
226231
strategy:
@@ -276,6 +281,7 @@ jobs:
276281
compression-level: 0
277282

278283
build-macos:
284+
if: false
279285
needs: [ruff, mypy, sdist]
280286
runs-on: "macos-14"
281287
strategy:
@@ -322,7 +328,6 @@ jobs:
322328
compression-level: 0
323329

324330
pyodide:
325-
needs: [ruff, mypy, sdist]
326331
runs-on: ubuntu-24.04
327332
steps:
328333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)