Skip to content

Commit

Permalink
sanity check that hdf5 install needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Apr 29, 2024
1 parent d76a81d commit e4db17d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ 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 e4db17d

Please sign in to comment.