We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f515ec2 commit 03f696dCopy full SHA for 03f696d
tests/unittests/cluster/test_distributed_training.py
@@ -10,7 +10,7 @@
10
11
12
def test_distributed_training(test_helper, framework_version):
13
- with tempfile.TemporaryDirectory() as temp_dir:
+ with tempfile.TemporaryDirectory() as temp_dir: # trigger CI
14
os.chdir(temp_dir)
15
timestamp = test_helper.get_utc_timestamp_now()
16
cp = TabularCloudPredictor(
0 commit comments