Skip to content

Commit

Permalink
Reenable raft-dask wheel tests requiring UCX-Py
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed May 13, 2024
1 parent 5fa4f3c commit 59b7623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/test_wheel_raft_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ python -m pip install "raft_dask-${RAPIDS_PY_CUDA_SUFFIX}[test]>=0.0.0a0" --find

test_dir="python/raft-dask/raft_dask/test"

# rapids-logger "pytest raft-dask"
# python -m pytest --import-mode=append ${test_dir}
rapids-logger "pytest raft-dask"
python -m pytest --import-mode=append ${test_dir}

# rapids-logger "pytest raft-dask (ucx-py only)"
# python -m pytest --import-mode=append ${test_dir} --run_ucx
rapids-logger "pytest raft-dask (ucx-py only)"
python -m pytest --import-mode=append ${test_dir} --run_ucx

rapids-logger "pytest raft-dask (ucxx only)"
python -m pytest --import-mode=append ${test_dir} --run_ucxx

0 comments on commit 59b7623

Please sign in to comment.