Skip to content

Commit aee3157

Browse files
committed
fix: install hdmf-zarr in custom test
1 parent 8103516 commit aee3157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pipeline_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install packages
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install $(grep -E '^(spikeinterface|neuroconv|pynwb)==' environment/requirements.txt | sed 's/^spikeinterface==/spikeinterface[full]==/' | tr '\n' ' ')
38+
pip install $(grep -E '^(spikeinterface|neuroconv|pynwb|hdmf-zarr)==' environment/requirements.txt | sed 's/^spikeinterface==/spikeinterface[full]==/' | tr '\n' ' ')
3939
4040
- name: Generate test NWB files
4141
run: |

0 commit comments

Comments
 (0)