Skip to content

Commit 72c1143

Browse files
committed
Use conda instead of mamba
1 parent f027811 commit 72c1143

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
- name: Install Mantid
2727
run: |
28-
# mamba install -c mantid/label/nightly mantid mantidqt
29-
mamba install -c mantid mantid mantidqt
28+
conda install -c mantid/label/nightly mantid mantidqt
3029
3130
- name: Run Tests and Coverage
3231
run: |

0 commit comments

Comments
 (0)