Skip to content

Commit aa70fba

Browse files
committed
chore: remove unused config setting
1 parent e742dc2 commit aa70fba

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
@@ -132,7 +132,7 @@ jobs:
132132
run: if which ninja; then false; fi
133133

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

137137
- name: Test installed SDist
138138
run: pip check && pytest ./tests

0 commit comments

Comments
 (0)