Skip to content

Commit 9671974

Browse files
committed
Does mamba make any difference?
1 parent dd3a311 commit 9671974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mcxtrace-conda-basictest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- name: Update conda
6262
id: update-conda
6363
run: |
64-
conda env update --file dependencies.yml -y
65-
echo DONE
64+
conda install mamba -y
65+
mamba env update --file dependencies.yml
6666
6767
- name: Check versions
6868
id: version-checks

0 commit comments

Comments
 (0)