From 7956d93df4404fa3855e2137e6137f7357e4f2a9 Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Thu, 8 Aug 2024 19:08:06 -0400 Subject: [PATCH] chore: fix conda caching in builds (#2261) --- pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pipeline.yaml b/pipeline.yaml index 816627a134..a3194c003c 100644 --- a/pipeline.yaml +++ b/pipeline.yaml @@ -490,6 +490,13 @@ jobs: condition: succeededOrFailed() - template: templates/codecov.yml +- job: Build and Cache Conda Env + cancelTimeoutInMinutes: 0 + condition: eq(variables.runTests, 'True') + pool: + vmImage: ubuntu-20.04 + steps: + - template: templates/conda.yml - job: WebsiteSamplesTests cancelTimeoutInMinutes: 0