Skip to content

Commit 6354b85

Browse files
committed
upgrade python, ignore fails on plplot
1 parent a303ebd commit 6354b85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ runs:
1515
run: |
1616
if ${{ toJSON( runner.os == 'macOS' ) }}; then
1717
echo "::group::Install plplot (via brew)"
18-
brew install plplot
18+
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
1921
echo "::endgroup::"
2022
fi
2123
- name: Install plplot (via Alien::PLplot)

0 commit comments

Comments
 (0)