From ed2803c99b65a9e9c6226111c19335d3d6e6ce7f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 11 Aug 2023 12:51:20 -0400 Subject: [PATCH] Install also hdmf from git in the dev-deps CI run Inspired by https://github.com/dandi/dandi-cli/pull/1312 and ongoing work for Zarr based backend for NWB. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2158f88f8..da8b48eb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: 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 - name: Create NFS filesystem if: matrix.mode == 'nfs'