Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
de10d0d9
Unverified
Commit
de10d0d9
authored
Jan 03, 2023
by
Jonathan Giannuzzi
Committed by
GitHub
Jan 02, 2023
Browse files
[ci][dask][gpu] Run Dask tests with LightGBM GPU version (#5292)
parent
80f5666c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/python_package_test/test_dask.py
tests/python_package_test/test_dask.py
+0
-1
No files found.
tests/python_package_test/test_dask.py
View file @
de10d0d9
...
...
@@ -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'
)
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment