Skip to content

Commit 30211b2

Browse files
committed
Try using import-mode=append
1 parent 3733592 commit 30211b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_cuml_dask_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_dask_pytests.sh outside the script directory
55
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/cuml/tests/dask || exit 1
66

7-
python -m pytest --cache-clear "$@" .
7+
python -m pytest --cache-clear --import-mode=append "$@" .

0 commit comments

Comments
 (0)