You want:
use-conda: true
It has to be lower case. You might think it would be use-conda: True because we have to use True and False in Python code, but in YAML it's all lowercase. Any other variant like TRUE is treated as a string.
use-conda: True
True
False
TRUE