Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7307af commit 7ea04e7Copy full SHA for 7ea04e7
1 file changed
.github/workflows/cygwin.yml
@@ -177,7 +177,10 @@ jobs:
177
python -m pip install --upgrade pip 'setuptools<60' wheel
178
python -m pip install kiwisolver 'numpy!=1.21.*' pillow importlib_resources
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 \
+ 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 \
184
packaging pyparsing python-dateutil setuptools-scm \
185
-r requirements_test.txt sphinx ipython
186
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject &&
0 commit comments