Skip to content

Commit

Permalink
disable HDF4 install on MacOS as Homebrew formula broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 3, 2024
1 parent 9ce13ce commit 3cd00ca
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions github-actions/install-dep-hdf4/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ runs:
sudo apt-get -y update && sudo apt-get install --no-install-recommends -y libhdf4-dev

Check warning on line 10 in github-actions/install-dep-hdf4/action.yml

View workflow job for this annotation

GitHub Actions / ci

10:81 [line-length] line too long (97 > 80 characters)
echo "::endgroup::"
fi
- name: Install HDF4 (via brew)
shell: bash
run: |
if ${{ toJSON( runner.os == 'macOS' ) }}; then
echo "::group::Install HDF4 (via brew)"
brew install brewsci/science/hdf4
echo "::endgroup::"
fi
# formula is broken as of 2024-12-03 "no formula szip"
# - name: Install HDF4 (via brew)
# shell: bash
# run: |
# if ${{ toJSON( runner.os == 'macOS' ) }}; then
# echo "::group::Install HDF4 (via brew)"
# brew install brewsci/science/hdf4
# echo "::endgroup::"
# fi

0 comments on commit 3cd00ca

Please sign in to comment.