From 8866e3a762476820c20cc52994e5e3a3cc21c199 Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Mon, 30 Oct 2023 13:32:45 +0000 Subject: [PATCH] Install HDF5 for mac CI (#265) --- .github/workflows/test_and_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c119e958..2268ebf9 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -32,6 +32,10 @@ jobs: python-version: "3.10" steps: + - name: Install hdf5 libs for Mac + if: runner.os == 'macOS' + run: brew install hdf5 + # Run tests - uses: neuroinformatics-unit/actions/test@v2 with: