Skip to content

Commit

Permalink
Revert "sanity check that hdf5 install needed"
Browse files Browse the repository at this point in the history
It is indeed needed.

This reverts commit e4db17d.
  • Loading branch information
alessandrofelder committed Apr 29, 2024
1 parent e4db17d commit d6c243f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
with:
path: "~/.cellfinder"
key: models-${{ hashFiles('~/.cellfinder/**') }}
# install additional Macos dependencies
- name: install HDF5 libraries
if: matrix.os == 'macos-latest'
run: |
brew install hdf5
export PATH="/usr/local/opt/hdf5/bin:$PATH"
# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit d6c243f

Please sign in to comment.