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.
1 parent 004a0ef commit 437689fCopy full SHA for 437689f
.github/workflows/ci.yaml
@@ -93,6 +93,10 @@ jobs:
93
pixi-version: v0.49.0
94
cache: true
95
96
+ - name: List deps
97
+ shell: "bash -l {0}"
98
+ run: pixi run -e default hatch run test:list-deps
99
+
100
- name: Run tests
101
shell: "bash -l {0}"
102
run: pixi run -e default hatch run test:test-zarr
pyproject.toml
@@ -265,4 +265,5 @@ features = ["test"]
265
266
267
[tool.hatch.envs.test.scripts]
268
+list-deps = "pip list"
269
test-zarr = "pytest numcodecs/tests/test_zarr3.py numcodecs/tests/test_zarr3_import.py"
0 commit comments