Skip to content

Commit

Permalink
[ci][dask][gpu] Run Dask tests with LightGBM GPU version (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi authored Jan 3, 2023
1 parent 80f5666 commit de10d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
]

Expand Down

0 comments on commit de10d0d

Please sign in to comment.