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 bf388ce commit d5b7315Copy full SHA for d5b7315
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
path: sdist
130
131
- name: Install SDist
132
- run: pip install $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
+ run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
133
134
- name: Test installed SDist
135
run: pip check && pytest ./tests
0 commit comments