Skip to content

Commit

Permalink
Add hdmf-zarr git repo into our dev build
Browse files Browse the repository at this point in the history
This should resolve our current failure due to No module named hdmf.array

Closes #1541
Ref: hdmf-dev/hdmf-zarr#235
  • Loading branch information
yarikoptic committed Nov 27, 2024
1 parent 2210320 commit d62bcd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
run: |
pip install git+https://github.com/jaraco/keyring
pip install git+https://github.com/NeurodataWithoutBorders/nwbinspector
pip install git+https://github.com/NeurodataWithoutBorders/pynwb
pip install git+https://github.com/hdmf-dev/hdmf
pip install git+https://github.com/NeurodataWithoutBorders/pynwb \
git+https://github.com/hdmf-dev/hdmf \
git+https://github.com/hdmf-dev/hdmf-zarr
- name: Create NFS filesystem
if: matrix.mode == 'nfs'
Expand Down

0 comments on commit d62bcd9

Please sign in to comment.