From b71fd594062cf548c76440a1d36f59f5312ed4b6 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Mon, 14 Oct 2024 05:50:42 -0700 Subject: [PATCH] Add `tests` directory back to command --- ci/test_python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index e1c686ec..18dd88cf 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -61,7 +61,8 @@ timeout 90m pytest \ --cov-config=../pyproject.toml \ --cov=dask_cuda \ --cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cuda-coverage.xml" \ - --cov-report=term + --cov-report=term \ + tests popd rapids-logger "pytest explicit-comms (legacy dd)"