Skip to content

Commit

Permalink
Switch to plain miniconda, enforce conda-forge channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Nov 20, 2024
1 parent a60a5ce commit eb37c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
activate-environment: test-environment
channels: conda-forge
conda-remove-defaults: true
channel-priority: strict

- name: Set cache environment variables
shell: bash -l {0}
Expand Down

0 comments on commit eb37c5a

Please sign in to comment.