Skip to content

Commit dd57772

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#29163: ci: Remove outdated pkg-config package on macOS
1 parent d71ff49 commit dd57772

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ jobs:
202202
brew unlink ${python_package}
203203
brew link --overwrite ${python_package}
204204
done
205+
# Workaround for https://github.com/actions/runner-images/issues/10984
206+
brew uninstall --ignore-dependencies --force [email protected]
205207
brew install ccache ghostscript gobject-introspection gtk4 ninja
206208
brew install --cask font-noto-sans-cjk inkscape
207209
;;

Diff for: azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ stages:
131131
brew unlink ${python_package}
132132
brew link --overwrite ${python_package}
133133
done
134+
# Workaround for https://github.com/actions/runner-images/issues/10984
135+
brew uninstall --ignore-dependencies --force [email protected]
134136
brew install --cask xquartz
135137
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
136138
brew install --cask font-noto-sans-cjk-sc

0 commit comments

Comments
 (0)