diff --git a/ci/test_python_other.sh b/ci/test_python_other.sh index ab36fbbb5ff..25c1d681029 100755 --- a/ci/test_python_other.sh +++ b/ci/test_python_other.sh @@ -27,7 +27,7 @@ pytest \ --cov=dask_cudf \ --cov-report=xml:"${RAPIDS_COVERAGE_DIR}/dask-cudf-coverage.xml" \ --cov-report=term \ - tests + . popd rapids-logger "pytest custreamz"