Skip to content

Commit 78bdba2

Browse files
authored
Merge branch 'branch-25.08' into hdbscan-cuvs
2 parents 0b8a6ef + 22a0744 commit 78bdba2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ci/run_cuml_singlegpu_accel_pytests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Support invoking run_cuml_singlegpu_accel_pytests.sh outside the script directory
55
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/cuml_accel_tests || exit 1
66

7-
python -m pytest -p cuml.accel --cache-clear "$@" .
7+
python -m pytest --cache-clear "$@" .
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright (c) 2025, NVIDIA CORPORATION.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
from cuml.accel import install
16+
17+
# Install the accelerator
18+
install()
19+
20+
# Ignore the upstream directory, those tests need to be invoked separately
21+
collect_ignore = ["upstream"]

0 commit comments

Comments
 (0)