Skip to content

Commit

Permalink
update mantid workbench dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvieta1990 committed Jun 13, 2022
1 parent b754542 commit 0a705e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: ["3.6"]
python-version: ["3.8"]

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Conda install deps
shell: bash -l {0}
run: mamba install mantid-workbench mantid-total-scattering-python-wrapper --file requirements.txt --file requirements-dev.txt
run: mamba install mantidworkbench mantid-total-scattering-python-wrapper --file requirements.txt --file requirements-dev.txt

- name: Mantid pre-requisites
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Install ADDIE in the conda environment:
```
conda install -q -y -c conda-forge nexus==4.4.3
conda install -q -y -c mantid poco==1.7.3
conda install -q -y -c mantid mantid-workbench==5.0.20200504.1630
conda install -q -y -c mantid mantidworkbench
conda install -q -y -c neutrons mantid-total-scattering-python-wrapper
conda install -q -y -c neutrons addie==${ADDIE_VERSION}
```
Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
build:
- configparser
- mantid-total-scattering-python-wrapper
- mantid-workbench
- mantidworkbench
- periodictable
- psutil
- python
Expand All @@ -26,7 +26,7 @@ requirements:
run:
- configparser
- mantid-total-scattering-python-wrapper
- mantid-workbench
- mantidworkbench
- periodictable
- psutil
- python
Expand Down

0 comments on commit 0a705e3

Please sign in to comment.