Skip to content

Commit

Permalink
Merge pull request #979 from mantidproject/modify_github_publish
Browse files Browse the repository at this point in the history
Modify sequence of channels in GitHub publish
  • Loading branch information
SilkeSchomann committed Mar 8, 2024
2 parents fffa629 + 9c7ba4a commit fc2b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
conda create -n build-env python=3.10
conda activate build-env
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
conda config --add channels mantid
conda config --add channels mantid/label/nightly
conda config --add channels mantid
- name: Build package
shell: bash -l {0}
Expand Down

0 comments on commit fc2b67b

Please sign in to comment.