Skip to content

Commit

Permalink
removed the conda update
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Oct 29, 2019
1 parent 5bd8663 commit 7b95ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Update conda without asking for confirmation.
- bash: |
sudo chown -R $USER $CONDA
conda update -y conda
# conda update -y conda
displayName: updating conda and activating
# Install the conda environment made for tardis.
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/simple_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- bash: |
sudo chown -R $USER $CONDA
conda update -y conda
# conda update -y conda
displayName: updating conda and activating
- bash: |
Expand Down

0 comments on commit 7b95ff6

Please sign in to comment.