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 e742dc2 commit aa70fbaCopy full SHA for aa70fba
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
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
+ run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test]
136
137
- name: Test installed SDist
138
run: pip check && pytest ./tests
0 commit comments