Skip to content

Commit

Permalink
add conda channel first
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Aug 14, 2023
1 parent dfc067b commit 5234c2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
miniforge-variant: Mambaforge
activate-environment: mslice-env
environment-file: environment.yml
#python-version: 3.10
python-version: 3.10
auto-activate-base: false

- name: Install Mantid
run: |
#mamba install -c mantid/label/nightly mantid mantidqt
mamba install -c "thomashampson/label/python310" mantidworkbench
# mamba install -c mantid/label/nightly mantid mantidqt
conda config --add channels thomashampson/label/python310
mamba install -c "thomashampson/label/python310" mantid mantidqt
- name: Run Tests and Coverage
run: |
Expand Down

0 comments on commit 5234c2b

Please sign in to comment.