From 35b37e041210860a2170c70ba587302ce9a0416b 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 a0d810f42..cd3832cf1 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'