Skip to content

Commit

Permalink
GitHub-CI (macos): Work around conflict between pre-installed and Hom…
Browse files Browse the repository at this point in the history
…ebrew Python.

* .github/workflows/make.yaml (macos): GitHub-hosted macOS runners now come
with pre-installed Python 3.12 or 3.13. Force overwriting files from both
pre-installed versions. They conflict with the files from Homebrew's versions
of Python.
  • Loading branch information
mmuetzel committed Oct 15, 2024
1 parent db7e2a2 commit 3537712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# The third block is for additional dependencies needed when building from a repository checkout.
run: |
brew update
brew install --overwrite python@3.11 python@3.12
brew install --overwrite python@3.12 python@3.13
brew reinstall gcc
brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libsndfile \
Expand Down

0 comments on commit 3537712

Please sign in to comment.