diff --git a/ci/cudf_pandas_scripts/run_tests.sh b/ci/cudf_pandas_scripts/run_tests.sh index 40a76f4d044..45bb2cb4744 100755 --- a/ci/cudf_pandas_scripts/run_tests.sh +++ b/ci/cudf_pandas_scripts/run_tests.sh @@ -11,7 +11,7 @@ git clone \ https://github.com/jameslamb/gha-tools.git \ /tmp/gha-tools-fork -export PATH="/tmp/gha-tools/fork/tools:${PATH}" +export PATH="/tmp/gha-tools-fork/tools:${PATH}" RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"} RAPIDS_COVERAGE_DIR=${RAPIDS_COVERAGE_DIR:-"${PWD}/coverage-results"} diff --git a/ci/test_wheel_cudf.sh b/ci/test_wheel_cudf.sh index 0018e075813..489b5bb25fb 100755 --- a/ci/test_wheel_cudf.sh +++ b/ci/test_wheel_cudf.sh @@ -9,7 +9,7 @@ git clone \ https://github.com/jameslamb/gha-tools.git \ /tmp/gha-tools-fork -export PATH="/tmp/gha-tools/fork/tools:${PATH}" +export PATH="/tmp/gha-tools-fork/tools:${PATH}" RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" diff --git a/ci/test_wheel_cudf_polars.sh b/ci/test_wheel_cudf_polars.sh index 2e3e1fbb621..9ce79475155 100755 --- a/ci/test_wheel_cudf_polars.sh +++ b/ci/test_wheel_cudf_polars.sh @@ -9,7 +9,7 @@ git clone \ https://github.com/jameslamb/gha-tools.git \ /tmp/gha-tools-fork -export PATH="/tmp/gha-tools/fork/tools:${PATH}" +export PATH="/tmp/gha-tools-fork/tools:${PATH}" # We will only fail these tests if the PR touches code in pylibcudf # or cudf_polars itself. diff --git a/ci/test_wheel_dask_cudf.sh b/ci/test_wheel_dask_cudf.sh index d773c1bf511..ddae782d2a4 100755 --- a/ci/test_wheel_dask_cudf.sh +++ b/ci/test_wheel_dask_cudf.sh @@ -9,7 +9,7 @@ git clone \ https://github.com/jameslamb/gha-tools.git \ /tmp/gha-tools-fork -export PATH="/tmp/gha-tools/fork/tools:${PATH}" +export PATH="/tmp/gha-tools-fork/tools:${PATH}" RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" RAPIDS_PY_WHEEL_NAME="dask_cudf_${RAPIDS_PY_CUDA_SUFFIX}" RAPIDS_PY_WHEEL_PURE="1" rapids-download-wheels-from-s3 python ./dist