From d62bcd96838905fb6b3cb5814f63243896bfed8a Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 27 Nov 2024 11:15:58 -0500 Subject: [PATCH] Add hdmf-zarr git repo into our dev build This should resolve our current failure due to No module named hdmf.array Closes #1541 Ref: https://github.com/hdmf-dev/hdmf-zarr/issues/235 --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef75d1d4f..a031dad44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'