Skip to content

Commit 1927f42

Browse files
authoredJan 21, 2021
Merge pull request #327 from neutrons/conda-ci-actions
Adds removing default channel in conda ci setup
2 parents 22b455c + 0f06f00 commit 1927f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/actions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Conda install deps
3939
shell: bash -l {0}
4040
run: |
41+
conda config --remove channels defaults
4142
conda install -c conda-forge nexus==4.4.3
4243
conda install -c conda-forge poco==1.7.3
4344
conda install mantid-workbench

0 commit comments

Comments
 (0)