Skip to content

Commit

Permalink
Use miniforge-variant in github action
Browse files Browse the repository at this point in the history
Workaround mentioned in conda-incubator/setup-miniconda#274
  • Loading branch information
olemke committed Feb 1, 2023
1 parent 63aa74f commit 1f12346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
mamba-version: "*"
miniforge-version: latest
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: true
activate-environment: pyarts-build
Expand Down

0 comments on commit 1f12346

Please sign in to comment.