Skip to content

Commit

Permalink
switched to conda-incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Jun 7, 2024
1 parent d4cb045 commit 692da15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/garnetreduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
channels:
- conda-forge
- mantid/label/nightly
- oncat
mamba-version: "*"
environment-file: environment.yml
cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}
cache-downloads-key: ${{ runner.os }}-downloads-${{ hashFiles('**/environment.yml') }}
Expand Down

0 comments on commit 692da15

Please sign in to comment.