Skip to content

Commit

Permalink
update to mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Oct 25, 2023
1 parent 6ab7bbe commit 2e47c33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test_env # Defined in ci/environment*.yml
auto-update-conda: false
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
environment-file: ci/environment-${{ matrix.python-version }}.yml
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
Expand Down

0 comments on commit 2e47c33

Please sign in to comment.