Skip to content

Commit

Permalink
add macosx hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed May 13, 2024
1 parent ec8e535 commit b06f56f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests_quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b06f56f

Please sign in to comment.