Skip to content

Commit ca916e1

Browse files
committed
check ninja not present
1 parent d5b7315 commit ca916e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
name: cibw-sdist
129129
path: sdist
130130

131+
- name: Ensure Ninja not present on the system
132+
run: if which ninja; false; fi
133+
131134
- name: Install SDist
132135
run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
133136

0 commit comments

Comments
 (0)