Skip to content

Really turn off USE_PYTEST_HELPER_BINDING=OFF in CI#690

Merged
yungyuc merged 1 commit intosolvcon:masterfrom
yungyuc:fix-pytest-helper-binding
Mar 12, 2026
Merged

Really turn off USE_PYTEST_HELPER_BINDING=OFF in CI#690
yungyuc merged 1 commit intosolvcon:masterfrom
yungyuc:fix-pytest-helper-binding

Conversation

@yungyuc
Copy link
Member

@yungyuc yungyuc commented Mar 12, 2026

Thank @ExplorerRay for finding this mistake.

@yungyuc yungyuc self-assigned this Mar 12, 2026
@yungyuc yungyuc added test testing and continuous integration build Build system and automation labels Mar 12, 2026
${JOB_MAKE_ARGS} \
CMAKE_BUILD_TYPE=${{ matrix.cmake_build_type }} \
CMAKE_ARGS="-DPYTHON_EXECUTABLE=$(which python3) -DUSE_PYTEST_HELPER_BINDING=ON"
CMAKE_ARGS="-DPYTHON_EXECUTABLE=$(which python3) -DUSE_PYTEST_HELPER_BINDING=OFF"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The action name says OFF, but the command did not follow.

@yungyuc yungyuc merged commit bc22663 into solvcon:master Mar 12, 2026
14 checks passed
@yungyuc yungyuc deleted the fix-pytest-helper-binding branch March 12, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build system and automation test testing and continuous integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant