Skip to content

Commit eeb1750

Browse files
committed
TMP: only run py313t-test* in CI to save time while iterating on libhdf5
1 parent 93fcb0d commit eeb1750

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/ci_workflows.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,12 @@ jobs:
1616
tests:
1717
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
1818
with:
19+
# TMP: only the free-threaded envs run here while we iterate on
20+
# the libhdf5/libblosc apt install for py313t-test*. Restore the
21+
# full matrix from main before merging.
1922
envs: |
20-
- linux: codestyle
21-
- windows: py39-test-pytestoldest
22-
- linux: py39-test-pytest53
23-
- macos: py39-test-pytest60
24-
- windows: py39-test-pytest61
25-
- linux: py310-test-pytest62
26-
- macos: py310-test-pytest70
27-
- windows: py310-test-pytest71
28-
- linux: py311-test-pytest72
29-
- macos: py311-test-pytest73
30-
- windows: py312-test-pytest74
31-
- linux: py313-test-pytest83
32-
- linux: py313-test-pytest90
33-
- linux: py313-test-parallel
3423
- linux: py313t-test
3524
- linux: py313t-test-parallel
36-
- linux: py313-test-devdeps
3725
# HDF5 plus the LZO / bzip2 / Blosc compression headers that PyTables
3826
# probes for at build time -- needed because tables has no free-threaded
3927
# wheel on PyPI yet, so the py313t-test* jobs build it from sdist.

0 commit comments

Comments
 (0)