From b06f56f7aac477fdd4ac98876acf117e0fa4e4da Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Mon, 13 May 2024 17:43:44 -0400 Subject: [PATCH] add macosx hdf5 --- .github/workflows/ci_tests_quick.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci_tests_quick.yml b/.github/workflows/ci_tests_quick.yml index 89cc937cb2..392b9fee83 100644 --- a/.github/workflows/ci_tests_quick.yml +++ b/.github/workflows/ci_tests_quick.yml @@ -58,6 +58,12 @@ jobs: run: | brew install ta-lib + - name: Install HDF5 macOS + if: ${{ matrix.os == 'macos-latest' }} + run: | + brew install hdf5 + brew install c-blosc + - name: Developer Command Prompt for Microsoft Visual C++ uses: ilammy/msvc-dev-cmd@v1