diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index b92458fb..f883a735 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -16,4 +16,4 @@ rapids-logger "Installing test dependencies" # echo to expand wildcard python -m pip install -v --prefer-binary -r /tmp/requirements-test.txt $(echo ./dist/dask_cuda*.whl) -python -m pytest ./dask_cuda/tests +python -m pytest ./dask_cuda/tests -k "not ucxx"