Skip to content

Commit

Permalink
Merge pull request #327 from neutrons/conda-ci-actions
Browse files Browse the repository at this point in the history
Adds removing default channel in conda ci setup
  • Loading branch information
marshallmcdonnell committed Jan 21, 2021
2 parents 22b455c + 0f06f00 commit 1927f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Conda install deps
shell: bash -l {0}
run: |
conda config --remove channels defaults
conda install -c conda-forge nexus==4.4.3
conda install -c conda-forge poco==1.7.3
conda install mantid-workbench
Expand Down

0 comments on commit 1927f42

Please sign in to comment.