aboutsummaryrefslogtreecommitdiff
path: root/test/conda/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-09-01 19:41:22 +0300
committerGitHub <noreply@github.com>2022-09-01 19:41:22 +0300
commit14d98b7795ca6f7333cb168ca7be2fd4baf1a882 (patch)
tree739f540408557d29d1782924795b5cc35ea7f8e7 /test/conda/scenarios.json
parentd50ef0016a2f8b3baeb88cd26f508f3b4b204573 (diff)
Adds a new Conda Feature (#127)
* add conda Feature * addCondaForge
Diffstat (limited to 'test/conda/scenarios.json')
-rw-r--r--test/conda/scenarios.json11
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"
+ }
+ }
+ }
+}