Skip to content

Commit d5b7315

Browse files
committed
fix: build from sources when forcing build from source
1 parent bf388ce commit d5b7315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
path: sdist
130130

131131
- name: Install SDist
132-
run: pip install $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
132+
run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
133133

134134
- name: Test installed SDist
135135
run: pip check && pytest ./tests

0 commit comments

Comments
 (0)