Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,16 @@ jobs:
- '!BUILD.md'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/build_wheel*.sh'
- '!ci/check_style.sh'
- '!ci/release/update-version.sh'
- '!ci/test_wheel*.sh'
- '!ci/validate_wheel.sh'
- '!cpp/.clang-format'
- '!cpp/.clang-tidy'
- '!cpp/Doxyfile.in'
- '!cpp/README.md'
- '!cpp/header.html'
- '!thirdparty/LICENSES/**'
- '!wiki/**'
test_python_conda:
Expand Down Expand Up @@ -163,6 +171,11 @@ jobs:
- '!ci/run_ctests.sh'
- '!ci/test_wheel*.sh'
- '!ci/validate_wheel.sh'
- '!cpp/.clang-format'
- '!cpp/.clang-tidy'
- '!cpp/Doxyfile.in'
- '!cpp/README.md'
- '!cpp/header.html'
- '!docs/**'
- '!img/**'
- '!notebooks/**'
Expand Down Expand Up @@ -196,6 +209,12 @@ jobs:
- '!ci/test_cpp.sh'
- '!ci/test_notebooks.sh'
- '!ci/test_python*.sh'
- '!conda/**'
- '!cpp/.clang-format'
- '!cpp/.clang-tidy'
- '!cpp/Doxyfile.in'
- '!cpp/README.md'
- '!cpp/header.html'
- '!docs/**'
- '!img/**'
- '!notebooks/**'
Expand Down
2 changes: 0 additions & 2 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package_dir=$2

source rapids-configure-sccache
source rapids-date-string
RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX="${package_name}/${RAPIDS_CONDA_ARCH}/cuda${RAPIDS_CUDA_VERSION%%.*}/wheel/preprocessor-cache"
Expand Down
2 changes: 0 additions & 2 deletions ci/build_wheel_cuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

set -euo pipefail

RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

package_name="cuml"
Expand Down
2 changes: 0 additions & 2 deletions ci/build_wheel_libcuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

set -euo pipefail

RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

package_name="libcuml"
Expand Down
2 changes: 0 additions & 2 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

set -euo pipefail

RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")"
Expand Down
2 changes: 0 additions & 2 deletions ci/test_wheel_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

set -euo pipefail

RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")"
Expand Down
2 changes: 0 additions & 2 deletions ci/test_wheel_integrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

set -euo pipefail

RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX="true"
export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
source rapids-init-pip

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")"
Expand Down