Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7307af

Browse files
committed
Add ninja to Cygwin builder
Since there are no contourpy wheels, it must be built from source, and pre-packaged ninja is better than trying to build from sdist.
1 parent 835220b commit a7307af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
packages: >-
8888
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
9090
noto-cjk-fonts
9191
python3${{ matrix.python-minor-version }}-devel
9292
python3${{ matrix.python-minor-version }}-pip

0 commit comments

Comments
 (0)