forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport PR matplotlib#29163: ci: Remove outdated pkg-config package …
…on macOS
- Loading branch information
1 parent
e25bfee
commit 63e9df3
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,6 +199,8 @@ jobs: | |
brew unlink ${python_package} | ||
brew link --overwrite ${python_package} | ||
done | ||
# Workaround for https://github.com/actions/runner-images/issues/10984 | ||
brew uninstall --ignore-dependencies --force [email protected] | ||
brew install ccache ghostscript gobject-introspection gtk4 ninja | ||
brew install --cask font-noto-sans-cjk inkscape | ||
;; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,8 @@ stages: | |
brew unlink ${python_package} | ||
brew link --overwrite ${python_package} | ||
done | ||
# Workaround for https://github.com/actions/runner-images/issues/10984 | ||
brew uninstall --ignore-dependencies --force [email protected] | ||
brew install --cask xquartz | ||
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config | ||
brew install --cask font-noto-sans-cjk-sc | ||
|