File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ jobs:
334
334
- run :
335
335
name : Create packages
336
336
command : .circleci/create_conda_packages.sh
337
+ no_output_timeout : 20m
337
338
- store_artifacts :
338
339
path : artifacts
339
340
@@ -348,6 +349,7 @@ jobs:
348
349
- run :
349
350
name : Create packages
350
351
command : .circleci/create_conda_packages.sh
352
+ no_output_timeout : 20m
351
353
- store_artifacts :
352
354
path : artifacts
353
355
@@ -362,6 +364,7 @@ jobs:
362
364
- run :
363
365
name : Create packages
364
366
command : .circleci/create_conda_packages.sh
367
+ no_output_timeout : 20m
365
368
- store_artifacts :
366
369
path : artifacts
367
370
@@ -376,6 +379,7 @@ jobs:
376
379
- run :
377
380
name : Create packages
378
381
command : .circleci/create_conda_packages.sh
382
+ no_output_timeout : 20m
379
383
- store_artifacts :
380
384
path : artifacts
381
385
You can’t perform that action at this time.
0 commit comments