Skip to content

Commit

Permalink
chore: fix conda caching in builds (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Aug 8, 2024
1 parent 84ed59d commit 7956d93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7956d93

Please sign in to comment.