We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad0637 + b9d3964 commit e443b56Copy full SHA for e443b56
1 file changed
.github/workflows/downstream.yml
@@ -37,6 +37,13 @@ jobs:
37
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
38
with:
39
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
47
48
- name: Install zarr-python from branch
49
working-directory: xarray
0 commit comments