Skip to content

Commit 03f696d

Browse files
committed
wip
1 parent f515ec2 commit 03f696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/cluster/test_distributed_training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
def test_distributed_training(test_helper, framework_version):
13-
with tempfile.TemporaryDirectory() as temp_dir:
13+
with tempfile.TemporaryDirectory() as temp_dir: # trigger CI
1414
os.chdir(temp_dir)
1515
timestamp = test_helper.get_utc_timestamp_now()
1616
cp = TabularCloudPredictor(

0 commit comments

Comments
 (0)