Skip to content

Commit

Permalink
Merge branch 'master' into bump-docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jun 8, 2023
2 parents ccee980 + fa3734b commit 998fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ steps:
# path: $(CONDA_CACHE_DIR)
# cacheHitVar: CONDA_CACHE_RESTORED
- bash: |
conda env create -f environment.yml -v -v -v
(timeout 15m conda env create -f environment.yml -v) || (timeout 15m conda env create -f environment.yml -v)
displayName: Create Anaconda environment
# condition: eq(variables.CONDA_CACHE_RESTORED, 'false')

0 comments on commit 998fb78

Please sign in to comment.