File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Original file line number Diff line number Diff line change 86
86
with :
87
87
packages : >-
88
88
ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel
89
- libgeos-devel libQt5Core-devel pkgconf libglib2.0-devel
89
+ libgeos-devel libQt5Core-devel pkgconf libglib2.0-devel ninja
90
90
noto-cjk-fonts
91
91
python3${{ matrix.python-minor-version }}-devel
92
92
python3${{ matrix.python-minor-version }}-pip
@@ -177,7 +177,10 @@ jobs:
177
177
python -m pip install --upgrade pip 'setuptools<60' wheel
178
178
python -m pip install kiwisolver 'numpy!=1.21.*' pillow importlib_resources
179
179
grep -v -F -e psutil requirements/testing/all.txt >requirements_test.txt
180
- python -m pip install --upgrade 'contourpy>=1.0.1' cycler fonttools \
180
+ python -m pip install meson-python pybind11
181
+ export PATH="/usr/local/bin:$PATH"
182
+ python -m pip install --no-build-isolation 'contourpy>=1.0.1'
183
+ python -m pip install --upgrade cycler fonttools \
181
184
packaging pyparsing python-dateutil setuptools-scm \
182
185
-r requirements_test.txt sphinx ipython
183
186
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject &&
You can’t perform that action at this time.
0 commit comments