Skip to content

Commit e0faad3

Browse files
ci(cid): use alternate string format
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 8a3703a commit e0faad3

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/workflows/cid.yaml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,8 @@ jobs:
408408
"PYROVELOCITY_LOG_LEVEL": "INFO",
409409
"PYROVELOCITY_SEED": "43"
410410
}
411-
dataset_registry: >-
412-
{
413-
simulated:false,
411+
dataset_registry: |
412+
{simulated:false,
414413
pancreas:false,
415414
bonemarrow:false,
416415
pbmc5k:false,
@@ -420,8 +419,7 @@ jobs:
420419
larry:true,
421420
larry_neu:false,
422421
larry_mono:false,
423-
larry_multilineage:true
424-
}
422+
larry_multilineage:true}
425423
secrets: inherit
426424

427425
execute-workflow:
@@ -445,20 +443,7 @@ jobs:
445443
"PYROVELOCITY_LOG_LEVEL": "INFO",
446444
"PYROVELOCITY_SEED": "42"
447445
}
448-
dataset_registry: >-
449-
{
450-
simulated:true,
451-
pancreas:true,
452-
bonemarrow:true,
453-
pbmc5k:true,
454-
pbmc10k:true,
455-
pbmc68k:true,
456-
pons:true,
457-
larry:true,
458-
larry_neu:true,
459-
larry_mono:true,
460-
larry_multilineage:true
461-
}
446+
dataset_registry: "{simulated:true,pancreas:true,bonemarrow:true,pbmc5k:true,pbmc10k:true,pbmc68k:true,pons:true,larry:true,larry_neu:true,larry_mono:true,larry_multilineage:true}"
462447
secrets: inherit
463448

464449
release:

0 commit comments

Comments
 (0)