Skip to content

Commit

Permalink
Merge pull request #1003 from mantidproject/1000_fix_conda_build
Browse files Browse the repository at this point in the history
Fix conda build
  • Loading branch information
samtygier-stfc authored Jun 1, 2021
2 parents 2ec171e + 33acaf6 commit 1959da0
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
environment-file: environment-dev.yml
activate-environment: mantidimaging-dev
auto-activate-base: false

Expand Down

0 comments on commit 1959da0

Please sign in to comment.