Skip to content

Commit

Permalink
Run unit test workflow with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Aug 14, 2023
1 parent 240b81b commit d596608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

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

0 comments on commit d596608

Please sign in to comment.