Skip to content

Commit c26f831

Browse files
committed
Don't rely on BOUT_PYTHONPATH, as not available always
BOUT_PYTHONPATH is not available to CI, so explicitly map both the build and source directories using global CMake variables.
1 parent 7b86b81 commit c26f831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run_integrated_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export PYTHONPATH="@PROJECT_BINARY_DIR@/tools/pylib:@PROJECT_SOURCE_DIR@/tools/p
88
cmake --build "$PROJECT_ROOT"
99

1010
pytest -m "not serial" --cache-clear -n auto --dist=loadgroup -q "$PROJECT_ROOT/tests/integrated" "$@"
11-
pytest -m serial "$PROJECT_ROOT/tests/integrated" "$@"
11+
pytest -m serial "$PROJECT_ROOT/tests/integrated" "$@"

0 commit comments

Comments
 (0)