We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e78199 commit a569bfcCopy full SHA for a569bfc
.github/workflows/unit_tests.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: conda-incubator/setup-miniconda@v3
20
with:
21
miniforge-version: latest
22
+ channels: conda-forge, mantid
23
+ conda-remove-defaults: "true"
24
activate-environment: mslice-env
25
environment-file: environment.yml
26
auto-activate-base: false
0 commit comments