Skip to content

Commit

Permalink
Merge pull request #1542 from dandi/bf-dev-build
Browse files Browse the repository at this point in the history
Add hdmf-zarr git repo into our dev build testing
  • Loading branch information
yarikoptic authored Nov 27, 2024
2 parents 16dbe46 + d62bcd9 commit 8326a83
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 8326a83

Please sign in to comment.