|
68 | 68 |
|
69 | 69 | # This makes sure that the latest versions of the SDL headers parse correctly. |
70 | 70 | parse_sdl: |
| 71 | + if: false |
71 | 72 | needs: [ruff, mypy] |
72 | 73 | runs-on: ${{ matrix.os }} |
73 | 74 | strategy: |
|
92 | 93 | SDL_VERSION: ${{ matrix.sdl-version }} |
93 | 94 |
|
94 | 95 | build: |
| 96 | + if: false |
95 | 97 | needs: [ruff, mypy, sdist] |
96 | 98 | runs-on: ${{ matrix.os }} |
97 | 99 | strategy: |
@@ -165,6 +167,7 @@ jobs: |
165 | 167 | compression-level: 0 |
166 | 168 |
|
167 | 169 | test-docs: |
| 170 | + if: false |
168 | 171 | needs: [ruff, mypy, sdist] |
169 | 172 | runs-on: ubuntu-latest |
170 | 173 | steps: |
@@ -192,6 +195,7 @@ jobs: |
192 | 195 | run: python -m sphinx -T -E -W --keep-going . _build/html |
193 | 196 |
|
194 | 197 | tox: |
| 198 | + if: false |
195 | 199 | needs: [ruff, sdist] |
196 | 200 | runs-on: ${{ matrix.os }} |
197 | 201 | strategy: |
@@ -221,6 +225,7 @@ jobs: |
221 | 225 | tox -vv |
222 | 226 |
|
223 | 227 | linux-wheels: |
| 228 | + if: false |
224 | 229 | needs: [ruff, mypy, sdist] |
225 | 230 | runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest'}} |
226 | 231 | strategy: |
@@ -276,6 +281,7 @@ jobs: |
276 | 281 | compression-level: 0 |
277 | 282 |
|
278 | 283 | build-macos: |
| 284 | + if: false |
279 | 285 | needs: [ruff, mypy, sdist] |
280 | 286 | runs-on: "macos-14" |
281 | 287 | strategy: |
@@ -322,7 +328,6 @@ jobs: |
322 | 328 | compression-level: 0 |
323 | 329 |
|
324 | 330 | pyodide: |
325 | | - needs: [ruff, mypy, sdist] |
326 | 331 | runs-on: ubuntu-24.04 |
327 | 332 | steps: |
328 | 333 | - uses: actions/checkout@v4 |
|
0 commit comments