Skip to content

Commit 32681fd

Browse files
committed
work around actions/runner-images#13965, remove HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK
1 parent 9073e7e commit 32681fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

github-actions/install-dep-pdl-dep/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ runs:
1515
if: runner.os == 'macOS'
1616
run: |
1717
echo "::group::Install main PDL deps (via brew)"
18-
brew update
19-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install netpbm
18+
brew install netpbm
2019
echo "::endgroup::"
2120
- name: Install extra optional main PDL deps
2221
shell: bash

0 commit comments

Comments
 (0)