Skip to content

Commit

Permalink
Revert "remove hdf5 installation CI step"
Browse files Browse the repository at this point in the history
This reverts commit bca16ae.
  • Loading branch information
alessandrofelder committed Apr 29, 2024
1 parent c9fb7ab commit 47ee9f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
python-version: "3.11"

steps:
- name: Install hdf5 libs for Mac
if: runner.os == 'macOS'
run: brew install hdf5

# Helps set up VTK with a headless display
- uses: pyvista/setup-headless-display-action@v2

Expand Down

0 comments on commit 47ee9f1

Please sign in to comment.