Unverified Commit de10d0d9 authored by Jonathan Giannuzzi's avatar Jonathan Giannuzzi Committed by GitHub
Browse files

[ci][dask][gpu] Run Dask tests with LightGBM GPU version (#5292)

parent 80f5666c
......@@ -57,7 +57,6 @@ task_to_local_factory = {
pytestmark = [
pytest.mark.skipif(getenv('TASK', '') == 'mpi', reason='Fails to run with MPI interface'),
pytest.mark.skipif(getenv('TASK', '') == 'gpu', reason='Fails to run with GPU interface'),
pytest.mark.skipif(getenv('TASK', '') == 'cuda_exp', reason='Fails to run with CUDA Experimental interface')
]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment