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 d8f3b5e commit 388c5e2Copy full SHA for 388c5e2
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
path: sdist
130
131
- name: Ensure Ninja not present on the system
132
- run: if which ninja then; false; fi
+ run: if which ninja; then false; fi
133
134
- name: Install SDist
135
run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
0 commit comments