Skip to content

Commit

Permalink
Re-enable Dask wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed May 14, 2024
1 parent 364dcb6 commit 6be59e8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions ci/run_cuml_dask_pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
# Support invoking run_cuml_dask_pytests.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests/dask

# Disable non-UCXX tests for wheels tests
if [[ -v CONDA_PREFIX ]]; then
rapids-logger "pytest cuml-dask (No UCX-Py/UCXX)"
python -m pytest --cache-clear "$@" .
rapids-logger "pytest cuml-dask (No UCX-Py/UCXX)"
python -m pytest --cache-clear "$@" .

rapids-logger "pytest cuml-dask (UCX-Py only)"
python -m pytest --cache-clear --run_ucx "$@" .
fi
rapids-logger "pytest cuml-dask (UCX-Py only)"
python -m pytest --cache-clear --run_ucx "$@" .

rapids-logger "pytest cuml-dask (UCXX only)"
python -m pytest --cache-clear --run_ucxx "$@" .

0 comments on commit 6be59e8

Please sign in to comment.