Skip to content

Commit e443b56

Browse files
authored
Merge branch 'main' into zarr-python-use-sentinel-type
2 parents 4ad0637 + b9d3964 commit e443b56

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
3838
with:
3939
manifest-path: xarray/pixi.toml
40+
# Only install the environment our steps use. Installing every
41+
# environment in xarray's manifest (the default) drags in
42+
# `mypy-upstream`, which builds numcodecs from git and fails under
43+
# newer pixi with `meson-python: error: Unknown option
44+
# "pixi-conda-environment"` — unrelated to the zarr-python branch
45+
# under test.
46+
environments: test-py313
4047

4148
- name: Install zarr-python from branch
4249
working-directory: xarray

0 commit comments

Comments
 (0)