Skip to content

Commit

Permalink
fix dask path after python test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Dec 20, 2022
1 parent 306cf8a commit 1d5f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python_singlegpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "$(dirname "$0")/test_python_common.sh"
rapids-logger "pytest cuml single GPU"
pytest \
--numprocesses=8 \
--ignore=dask \
--ignore=python/cuml/tests/dask \
--cache-clear \
--junitxml="${RAPIDS_TESTS_DIR}/junit-cuml.xml" \
--cov-config=../../.coveragerc \
Expand Down

0 comments on commit 1d5f4f3

Please sign in to comment.