Skip to content

Commit be6334d

Browse files
committed
Update test_jobs_pytorch_ddp.py
1 parent d5c9c69 commit be6334d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unitary/default_setup/jobs/test_jobs_pytorch_ddp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ def test_create_job_runs(self, patched_run, *args):
137137
[
138138
{
139139
"display_name": "None-0",
140-
"environment_variables": {"RANK": "0", "WORLD_SIZE": 2},
140+
"environment_variables": {"RANK": "0", "WORLD_SIZE": "2"},
141141
},
142142
{
143143
"display_name": "None-1",
144144
"environment_variables": {
145145
"RANK": "1",
146-
"WORLD_SIZE": 2,
146+
"WORLD_SIZE": "2",
147147
"MAIN_JOB_RUN_OCID": test_ocid,
148148
},
149149
},

0 commit comments

Comments
 (0)