Skip to content

Commit

Permalink
disable mamba on azure pipelines (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Apr 19, 2022
1 parent 092117a commit 0abd031
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/compare-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
parameters:
fetchRefdata: true
refdataRepo: 'github'
useMamba: true
useMamba: false

- bash: |
source activate tardis
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
parameters:
fetchRefdata: true
refdataRepo: 'azure'
useMamba: true
useMamba: false

# Test before relase, we do not want to release broken software!
- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
parameters:
fetchRefdata: true
refdataRepo: 'azure'
useMamba: true
useMamba: false

- bash: |
cd $(tardis.dir)
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/update-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
parameters:
fetchRefdata: true
refdataRepo: 'github'
useMamba: true
useMamba: false

- bash: |
cd $(refdata.dir)
Expand Down

0 comments on commit 0abd031

Please sign in to comment.