[ENH] Escaping to shell for commands inside anaconda-project.yml
#366
Labels
TRIAGE
Uncategorized issue
anaconda-project.yml
#366
Background
anaconda-project
can potentially serve as a replacement for simpleMakefile
s. However,make
allows for arbitrary shell commands to be embedded withinMakefile
, which is often used for extracting information such as git tag and branch information.Example
Suggestion
Develop some mechanism to embed similar shell commands within
anaconda-project.yml
, similar to the following:Potentially, instead of directly embedding within the
commands
section , this functionality could be moved into thevariables
section as a new variable type.The text was updated successfully, but these errors were encountered: