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.11 or 3.12. Force overwriting files from both
pre-installed versions. They conflict with the files from Homebrew's versions
of Python.
  • Loading branch information
mmuetzel committed Dec 20, 2023
1 parent c027073 commit f32d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
# The third block is for additional dependencies needed when building from a repository checkout.
run: |
brew update
brew install --overwrite python@3.10 python@3.11
brew install --overwrite python@3.11 python@3.12
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 f32d551

Please sign in to comment.