Skip to content

Commit

Permalink
[REVIEW] Reenable raft-dask wheel tests requiring UCX-Py (#2307)
Browse files Browse the repository at this point in the history
With rapidsai/ucx-py#1041 merged, UCX wheels are now fixed and thus reenabling raft-dask wheel tests that require UCX-Py should be safe.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #2307
  • Loading branch information
pentschev authored May 13, 2024
1 parent 5fa4f3c commit 7d80f04
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 7d80f04

Please sign in to comment.