Skip to content

Commit aba2540

Browse files
authoredFeb 4, 2023
Use mambaforge for CI. (#12)
Committed via https://github.com/asottile/all-repos
1 parent f85d5e1 commit aba2540

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • {{cookiecutter.package_name}}/.github/workflows

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
auto-update-conda: false
3939
python-version: ${{ matrix.python-version }}
4040
channels: conda-forge,nodefaults
41-
mamba-version: "*"
41+
miniforge-variant: Mambaforge
4242

4343
- name: Install core dependencies.
4444
shell: bash -l {0}

‎{{cookiecutter.package_name}}/.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
auto-update-conda: false
3737
python-version: ${{ matrix.python-version }}
3838
channels: conda-forge,nodefaults
39-
mamba-version: "*"
39+
miniforge-variant: Mambaforge
4040

4141
- name: Install core dependencies.
4242
shell: bash -l {0}

0 commit comments

Comments
 (0)
Please sign in to comment.