We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a303ebd commit 6354b85Copy full SHA for 6354b85
1 file changed
github-actions/install-dep-plplot/action.yml
@@ -15,7 +15,9 @@ runs:
15
run: |
16
if ${{ toJSON( runner.os == 'macOS' ) }}; then
17
echo "::group::Install plplot (via brew)"
18
- brew install plplot
+ brew update
19
+ brew upgrade python || true # currently (2024-03-30) 3.12 link fails
20
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install plplot
21
echo "::endgroup::"
22
fi
23
- name: Install plplot (via Alien::PLplot)
0 commit comments