[CI] Stop Windows pipeline upon a failing pytest (#10003)
This commit is contained in:
committed by
GitHub
parent
60ec7b8424
commit
c8f5d190c6
@@ -152,6 +152,7 @@ class TestGPUPredict:
|
||||
|
||||
@pytest.mark.parametrize("device", ["cpu", "cuda"])
|
||||
@pytest.mark.skipif(**tm.no_cupy())
|
||||
@pytest.mark.skipif(**tm.no_cudf())
|
||||
def test_inplace_predict_device_type(self, device: str) -> None:
|
||||
"""Test inplace predict with different device and data types.
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ def test_custom_objective(
|
||||
clf.fit(X, y)
|
||||
|
||||
|
||||
@pytest.mark.skipif(**tm.no_pandas())
|
||||
@pytest.mark.skipif(**tm.no_cudf())
|
||||
def test_ranking_qid_df():
|
||||
import cudf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user