Skip to content

Commit

Permalink
Switch to setup-miniconda miniforge in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Oct 2, 2024
1 parent a783389 commit 0621965
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 @@ -21,12 +21,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1
uses: conda-incubator/setup-miniconda@v3
with:
# python-version: ${{ matrix.python-version }}
environment-file: continuous_integration/environment.yaml
cache-environment: true
init-shell: bash powershell
miniforge-version: latest
channels: conda-forge
channel-priority: strict

- name: Install Donfig
shell: bash -l {0}
Expand Down

0 comments on commit 0621965

Please sign in to comment.