Skip to content

Commit a9af9d3

Browse files
committed
Remove defaults
1 parent 72c1143 commit a9af9d3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/actions/publish-package/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
2828
conda config --add channels mantid/label/nightly
2929
conda config --add channels mantid
30+
conda config --remove channels defaults
3031
3132
- name: Build package
3233
shell: bash -l {0}

.github/workflows/unit_tests.yml

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

2626
- name: Install Mantid
2727
run: |
28-
conda install -c mantid/label/nightly mantid mantidqt
28+
mamba install -c mantid/label/nightly mantid mantidqt
2929
3030
- name: Run Tests and Coverage
3131
run: |

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- conda-forge
44
- mantid
55
- mantid/label/nightly
6+
- nodefaults
67
dependencies:
78
- coverage
89
- coveralls

0 commit comments

Comments
 (0)