Skip to content

Commit 3537712

Browse files
committed
GitHub-CI (macos): Work around conflict between pre-installed and Homebrew 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.
1 parent db7e2a2 commit 3537712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# The third block is for additional dependencies needed when building from a repository checkout.
7474
run: |
7575
brew update
76-
brew install --overwrite python@3.11 python@3.12
76+
brew install --overwrite python@3.12 python@3.13
7777
brew reinstall gcc
7878
brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
7979
ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libsndfile \

0 commit comments

Comments
 (0)