Skip to content

Commit

Permalink
fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 21, 2024
1 parent c248f6b commit 71ee552
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/cudf_pandas_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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})"

Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel_cudf_polars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel_dask_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71ee552

Please sign in to comment.