Skip to content

Commit

Permalink
chore: stop conda from using --force (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jun 13, 2024
1 parent a8820fe commit 91e552c
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 @@ -16,7 +16,7 @@ steps:
timeoutInMinutes: 20
retryCountOnTaskFailure: 1
- bash: |
(timeout 30m conda env create --force -f environment.yml -v) || (timeout 30m conda env create --force -f environment.yml -v)
(timeout 30m conda env create --yes -f environment.yml -v) || (timeout 30m conda env create --force -f environment.yml -v)
displayName: Create Anaconda environment
retryCountOnTaskFailure: 1
condition: eq(variables.CONDA_CACHE_RESTORED, 'false')

0 comments on commit 91e552c

Please sign in to comment.