features/test/conda/scenarios.json
Samruddhi Khandale 14d98b7795
Adds a new Conda Feature (#127)
* add conda Feature

* addCondaForge
2022-09-01 09:41:22 -07:00

12 lines
212 B
JSON

{
"install_conda": {
"image": "ubuntu:focal",
"features": {
"conda": {
"version": "4.12.0",
"addCondaForge": "true"
}
}
}
}