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 8103516 commit aee3157Copy full SHA for aee3157
1 file changed
.github/workflows/test_pipeline_custom.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install packages
36
run: |
37
python -m pip install --upgrade pip
38
- pip install $(grep -E '^(spikeinterface|neuroconv|pynwb)==' environment/requirements.txt | sed 's/^spikeinterface==/spikeinterface[full]==/' | tr '\n' ' ')
+ pip install $(grep -E '^(spikeinterface|neuroconv|pynwb|hdmf-zarr)==' environment/requirements.txt | sed 's/^spikeinterface==/spikeinterface[full]==/' | tr '\n' ' ')
39
40
- name: Generate test NWB files
41
0 commit comments