Skip to content

Commit

Permalink
Use mamba forge directly in action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 4, 2024
1 parent d7040f5 commit 606e61b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.pyver }}
channels: conda-forge
channels: conda-forge,default
channel-priority: strict
show-channel-urls: true
miniforge-variant: Mambaforge
use-mamba: true

- name: Install DM stack and mypy with conda/mamba
shell: bash -l {0}
run: |
conda config --set always_yes yes
conda install -q mamba
mamba install -q stackvana=0
mamba install -q mypy
Expand Down

0 comments on commit 606e61b

Please sign in to comment.