Setup github action. (#5917)

This commit is contained in:
Jiaming Yuan
2020-07-22 15:05:25 +08:00
committed by GitHub
parent 627cf41a60
commit 66cc1e02aa
3 changed files with 144 additions and 12 deletions

View File

@@ -3,6 +3,10 @@ import xgboost as xgb
import pytest
import testing as tm
import numpy as np
import sys
if sys.platform.startswith("win"):
pytest.skip("Skipping dask tests on Windows", allow_module_level=True)
def test_rabit_tracker():