We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3733592 commit 30211b2Copy full SHA for 30211b2
ci/run_cuml_dask_pytests.sh
@@ -4,4 +4,4 @@
4
# Support invoking run_cuml_dask_pytests.sh outside the script directory
5
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/cuml/tests/dask || exit 1
6
7
-python -m pytest --cache-clear "$@" .
+python -m pytest --cache-clear --import-mode=append "$@" .
0 commit comments