Skip to content

Commit 2007db0

Browse files
meeseeksmachineQuLogic
authored andcommitted
Backport PR matplotlib#29163: ci: Remove outdated pkg-config package on macOS (matplotlib#29164)
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 1a1a036 commit 2007db0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
brew unlink ${python_package}
200200
brew link --overwrite ${python_package}
201201
done
202+
# Workaround for https://github.com/actions/runner-images/issues/10984
203+
brew uninstall --ignore-dependencies --force [email protected]
202204
brew install ccache ghostscript gobject-introspection gtk4 ninja
203205
brew install --cask font-noto-sans-cjk inkscape
204206
;;

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ stages:
122122
brew unlink ${python_package}
123123
brew link --overwrite ${python_package}
124124
done
125+
# Workaround for https://github.com/actions/runner-images/issues/10984
126+
brew uninstall --ignore-dependencies --force [email protected]
125127
brew install --cask xquartz
126128
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
127129
brew install --cask font-noto-sans-cjk-sc

0 commit comments

Comments
 (0)