We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef5da03 + be3be04 commit a9ff466Copy full SHA for a9ff466
.appveyor.yml
@@ -18,6 +18,7 @@ environment:
18
PYTHONIOENCODING: UTF-8
19
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
20
--cov-report= --cov=lib --log-level=DEBUG
21
+ PINNEDVERS: "pyzmq!=21.0.0"
22
23
matrix:
24
# In theory we could use a single CONDA_INSTALL_LOCN because we construct
azure-pipelines.yml
@@ -81,7 +81,7 @@ steps:
81
texlive-xetex texlive-luatex
82
;;
83
darwin)
84
- brew cask install xquartz
+ brew install --cask xquartz
85
brew install pkg-config ffmpeg imagemagick mplayer ccache
86
87
win32)
0 commit comments