Skip to content

Commit

Permalink
fix mamba in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Jan 16, 2023
1 parent 9b0bb40 commit 9b63162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
# mamba-version: "*" # activate this to build with mamba.
# channels: conda-forge, defaults # These need to be specified to use mamba
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
channels: conda-forge, defaults # These need to be specified to use mamba
channel-priority: true
environment-file: ci/environment-py${{ matrix.python-version }}.yml

Expand Down

0 comments on commit 9b63162

Please sign in to comment.