Skip to content

Commit 710c9e7

Browse files
committed
umap only
1 parent f879d97 commit 710c9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_cuml_singlegpu_pytests.sh

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

8-
python -m pytest --cache-clear --ignore=dask "$@" .
8+
python -m pytest --cache-clear --ignore=dask "$@" test_umap.py -s -k test_umap_precomputed_knn

0 commit comments

Comments
 (0)