Skip to content

Commit bc22663

Browse files
authored
Merge pull request #690 from yungyuc/fix-pytest-helper-binding
Really turn off USE_PYTEST_HELPER_BINDING=OFF in CI
2 parents 2458c4b + 013ea4a commit bc22663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
make pilot \
351351
${JOB_MAKE_ARGS} \
352352
CMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} \
353-
CMAKE_ARGS="-DPYTHON_EXECUTABLE=$(which python3) -DUSE_PYTEST_HELPER_BINDING=ON"
353+
CMAKE_ARGS="-DPYTHON_EXECUTABLE=$(which python3) -DUSE_PYTEST_HELPER_BINDING=OFF"
354354
355355
- name: make pilot USE_PYTEST_HELPER_BINDING=ON
356356
run: |

0 commit comments

Comments
 (0)