[Bug]: The environment.yml
File Formatting
#485
Labels
bug
Defects or errors in the code.
dependency
For issues with package dependencies.
installation
Relating to installation / upgrade / migration.
low priority
Low priority.
meta/workflow
Relating to CI / issue templates / testing frameworks / etc.
quick issue
Short or easy fix.
Milestone
Label
bug, dependency, installation, meta/workflow, quick issue
Priority Label
low priority
Describe the bug/issue
The
environment.yml
file specifying the conda environment to create produced bybuild/create_environment_yml.R
script is oddly formatted YAML. Note that the list items are not indented. Not a major issue since conda still parses the file correctly, but the file can look a bit off when viewing it in an editor.To Reproduce
Run the
build/create_environment_yml.R
script script and inspect the resultingenvironment.yml
file for incorrectly spaced list items like so:flepiMoP/environment.yml
Lines 2 to 6 in 6f1f1cb
Environment, if relevant
MacOS 15.2, Python 3.11.11, R 4.3.3, Conda 24.5.0, Commit 6f1f1cb
The text was updated successfully, but these errors were encountered: