Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
# result -- visible signal for the investigation -- but doesn't block this
# workflow or PR merge readiness. Drop once the segfault is fixed.
test_cmake_build:
uses: NWChemEx/.github/.github/workflows/test_nwx_cmake_build.yaml@master
# TEMPORARY: pinned to the macos-crash-diagnostics branch to capture
# dyld/Python-runtime evidence for scf-macos-pybind11-segfault.md.
# Revert to @master before this branch/PR is closed out -- never merge
# this pin.
uses: NWChemEx/.github/.github/workflows/test_nwx_cmake_build.yaml@macos-crash-diagnostics
with:
run_python_tests: "true"
cmake_opts: "-DINTEGRATION_TESTING=ON"
Expand Down
Loading