Skip to content

Commit

Permalink
Update setup-miniconda usage for newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jul 24, 2023
1 parent 0c494ac commit a24b7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,defaults
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
environment-file: continuous_integration/environment.yaml

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down

0 comments on commit a24b7f7

Please sign in to comment.