Closed eu9ene closed 5 months ago
It seems the issue is a bool value in YAML.
wandb-publication: True
becomes:
"WANDB_PUBLICATION": "True"
in task graph, but the script expects a string "true".
A workaround is to use a string "true" but the type in YAML schema is bool.
We should also add an example to the reference production config: taskcluster/configs/config.prod.yml
taskcluster/configs/config.prod.yml
It seems the issue is a bool value in YAML.
becomes:
in task graph, but the script expects a string "true".
A workaround is to use a string "true" but the type in YAML schema is bool.
We should also add an example to the reference production config:
taskcluster/configs/config.prod.yml