Skip to content

Commit

Permalink
Build conda package: switch to anaconda-client
Browse files Browse the repository at this point in the history
And use environment-file, so that channels are set
  • Loading branch information
samtygier-stfc committed May 31, 2021
1 parent c349338 commit cb08207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -26,7 +26,7 @@ runs:
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda create -n build-env anaconda python=3.8
conda create -n build-env anaconda-client python=3.8
conda activate build-env
conda install conda-build conda-verify
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
activate-environment: mantidimaging-dev
auto-activate-base: false
environment-file: environment-dev.yml


- name: Mantid Imaging developer dependencies
shell: bash -l {0}
Expand Down

0 comments on commit cb08207

Please sign in to comment.