Skip to content

Commit

Permalink
chore: retry conda install and add a timeout (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jun 8, 2023
1 parent 18a2391 commit fa3734b
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 fa3734b

Please sign in to comment.