File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 27
27
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
28
28
conda config --add channels mantid/label/nightly
29
29
conda config --add channels mantid
30
+ conda config --remove channels defaults
30
31
31
32
- name : Build package
32
33
shell : bash -l {0}
Original file line number Diff line number Diff line change 25
25
26
26
- name : Install Mantid
27
27
run : |
28
- conda install -c mantid/label/nightly mantid mantidqt
28
+ mamba install -c mantid/label/nightly mantid mantidqt
29
29
30
30
- name : Run Tests and Coverage
31
31
run : |
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ channels:
3
3
- conda-forge
4
4
- mantid
5
5
- mantid/label/nightly
6
+ - nodefaults
6
7
dependencies :
7
8
- coverage
8
9
- coveralls
You can’t perform that action at this time.
0 commit comments