8000 Backport PR #19301: Fix several CI issues · matplotlib/matplotlib@be3be04 · GitHub
[go: up one dir, main page]

Skip to content

Commit be3be04

Browse files
committed
Backport PR #19301: Fix several CI issues
1 parent ef5da03 commit be3be04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ environment:
1818
PYTHONIOENCODING: UTF-8
1919
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
2020
--cov-report= --cov=lib --log-level=DEBUG
21+
PINNEDVERS: "pyzmq!=21.0.0"
2122

2223
matrix:
2324
# In theory we could use a single CONDA_INSTALL_LOCN because we construct

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ steps:
8181
texlive-xetex texlive-luatex
8282
;;
8383
darwin)
84-
brew cask install xquartz
84+
brew install --cask xquartz
8585
brew install pkg-config ffmpeg imagemagick mplayer ccache
8686
;;
8787
win32)

0 commit comments

Comments
 (0)
0