diff options
Diffstat (limited to 'test/conda/scenarios.json')
-rw-r--r-- | test/conda/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/conda/scenarios.json b/test/conda/scenarios.json new file mode 100644 index 0000000..9cc2fc1 --- /dev/null +++ b/test/conda/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_conda": { + "image": "ubuntu:focal", + "features": { + "conda": { + "version": "4.12.0", + "addCondaForge": "true" + } + } + } +} |