diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-01 19:41:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 19:41:22 +0300 |
commit | 14d98b7795ca6f7333cb168ca7be2fd4baf1a882 (patch) | |
tree | 739f540408557d29d1782924795b5cc35ea7f8e7 /.github | |
parent | d50ef0016a2f8b3baeb88cd26f508f3b4b204573 (diff) |
Adds a new Conda Feature (#127)
* add conda Feature
* addCondaForge
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-all.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-pr.yaml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 621ee83..6d2ba07 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -16,6 +16,7 @@ jobs: "aws-cli", "azure-cli", "common-utils", + "conda", "desktop-lite", "docker-from-docker", "docker-in-docker", @@ -65,6 +66,7 @@ jobs: "aws-cli", "azure-cli", "common-utils", + "conda", "desktop-lite", "docker-from-docker", "docker-in-docker", diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml index c8dec8f..8d21b03 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -16,6 +16,7 @@ jobs: aws-cli: ./**/aws-cli/** azure-cli: ./**/azure-cli/** common-utils: ./**/common-utils/** + conda: ./**/conda/** desktop-lite: ./**/desktop-lite/** docker-from-docker: ./**/docker-from-docker/** docker-in-docker: ./**/docker-in-docker/** |