Skip to content

Commit f2386f8

Browse files
committed
Only run one 3.0.x test
1 parent 09d7b76 commit f2386f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.11", "3.12", "3.13"]
16-
zarr-version: ["3.0.*", "3.1.*"]
16+
# Run full test matrix on latest version of zarr
17+
zarr-version: ["3.1.*"]
1718
# macos-13 is an intel runner, macos-14 is an arm64 runner
1819
platform:
1920
[ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
21+
include:
22+
# Add one test run for zarr 3.0.x
23+
- zarr-version: "3.0.*"
24+
python-version: "3.11"
25+
platform: "ubuntu-latest"
2026

2127
defaults:
2228
run:

0 commit comments

Comments
 (0)