You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the field resources.workers.<worker_type>.nodes placing environment variables causes an error that the variable is not of type 'null' or does not conform to the format '$(VARNAME)' even when the variable is in the correct format.
To Reproduce
To reproduce the behavior, place any environment variable in the node field of the resources section as shown below:
Bug Report
Describe the bug
In the field
resources.workers.<worker_type>.nodes
placing environment variables causes an error that the variable is not of type 'null' or does not conform to the format '$(VARNAME)' even when the variable is in the correct format.To Reproduce
To reproduce the behavior, place any environment variable in the node field of the resources section as shown below:
Expected behavior
Merlin should build the DAG, generate any samples, and the value assigned to $(NODES) should be substituted in.
Screenshots
The error that is given when executing
merlin run <file>.yaml
The text was updated successfully, but these errors were encountered: