8000 Fix OSX build on azure · matplotlib/matplotlib@601ccaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 601ccaf

Browse files
committed
Fix OSX build on azure
1 parent 8ea326c commit 601ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-pipelines-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
2929
- ${{ if eq(parameters.installer, 'brew') }}:
3030
- script: |
31-
brew install pkg-config ffmpeg imagemagick mplayer ccache
31+
brew install pkg-config ffmpeg imagemagick mplayer ccache xquartz
3232
displayName: 'Install dependencies with brew'
3333
3434
- ${{ if eq(parameters.installer, 'apt') }}:

0 commit comments

Comments
 (0)
0