From de10d0d917fa3c087246aab056ddc77c02dddc90 Mon Sep 17 00:00:00 2001 From: Jonathan Giannuzzi Date: Tue, 3 Jan 2023 01:42:19 +0000 Subject: [PATCH] [ci][dask][gpu] Run Dask tests with LightGBM GPU version (#5292) --- tests/python_package_test/test_dask.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_package_test/test_dask.py b/tests/python_package_test/test_dask.py index a38dee5c830c..b7dee526245c 100644 --- a/tests/python_package_test/test_dask.py +++ b/tests/python_package_test/test_dask.py @@ -57,7 +57,6 @@ 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') ]