From 218c0ce87802fad60b0a8e8e05db7d673c228cb9 Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Mon, 30 Oct 2023 13:11:59 +0000 Subject: [PATCH] temp fix mac CI by brew-installing hdf5 --- .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: