Skip to content

Commit

Permalink
remove HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew proj in case fix…
Browse files Browse the repository at this point in the history
… proj.h
  • Loading branch information
mohawk2 committed Jun 2, 2024
1 parent 3586372 commit 266bffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-actions/install-dep-pdl-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ runs:
echo "::endgroup::"
elif ${{ toJSON( runner.os == 'macOS' ) }}; then
echo "::group::Install main PDL deps (via brew)"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install proj netpbm gsl
brew update
brew install proj netpbm gsl
echo "::endgroup::"
fi
- name: Install extra optional main PDL deps
Expand Down

0 comments on commit 266bffd

Please sign in to comment.