From 14d98b7795ca6f7333cb168ca7be2fd4baf1a882 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 1 Sep 2022 09:41:22 -0700 Subject: Adds a new Conda Feature (#127) * add conda Feature * addCondaForge --- test/conda/scenarios.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/conda/scenarios.json (limited to 'test/conda/scenarios.json') 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" + } + } + } +} -- cgit v1.2.3