File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -55,29 +55,25 @@ steps:
55
55
;;
56
56
darwin)
57
57
# python2 unlinking needed until brew sorts that out.
58
- # gs<9.50 is needed until matplotlib#15556 (matplotlib<3.2.0rc2).
59
58
brew update >/dev/null &&
60
59
brew unlink python@2 &&
61
60
brew install cairo pkg-config &&
62
61
PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig tools/build-macos-wheel.sh &&
63
- brew install https://raw.githubusercontent.com/sashkab/homebrew-core/996730866806cf0dd13a56beac47c664b1408d94/Formula/ ghostscript.rb
62
+ brew install ghostscript
64
63
;;
65
64
win32)
66
- # Pin inkscape until matplotlib#17210 lets us troubleshoot what's wrong
67
- # with newer ones.
68
- choco install --no-progress ghostscript &&
69
- choco install --no-progress inkscape --version=0.92.4.20190121 &&
70
65
git clone --depth 1 https://github.com/anntzer/cairocffi-windows-wheels &&
71
66
python -mpip install --find-links cairocffi-windows-wheels --prefer-binary cairocffi &&
72
- python tools/build-windows-wheel.py
67
+ python tools/build-windows-wheel.py &&
68
+ choco install --no-progress ghostscript inkscape
73
69
;;
74
70
*)
75
71
exit 1
76
72
;;
77
73
esac &&
78
74
79
75
python -mpip install dist/*.whl &&
80
- python -mpip install matplotlib &&
76
+ python -mpip install --pre matplotlib &&
81
77
python tools/ensure-mpl-test-data.py &&
82
78
# pytest-{instafail,timeout} useful for hanging tests.
83
79
python -mpip install pytest pytest-instafail pytest-timeout
You can’t perform that action at this time.
0 commit comments