Skip to content

Commit 437689f

Browse files
committed
list dependencies in ci
1 parent 004a0ef commit 437689f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
pixi-version: v0.49.0
9494
cache: true
9595

96+
- name: List deps
97+
shell: "bash -l {0}"
98+
run: pixi run -e default hatch run test:list-deps
99+
96100
- name: Run tests
97101
shell: "bash -l {0}"
98102
run: pixi run -e default hatch run test:test-zarr

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,5 @@ features = ["test"]
265265

266266

267267
[tool.hatch.envs.test.scripts]
268+
list-deps = "pip list"
268269
test-zarr = "pytest numcodecs/tests/test_zarr3.py numcodecs/tests/test_zarr3_import.py"

0 commit comments

Comments
 (0)