Skip to content

Commit e284c3b

Browse files
authored
Merge pull request #7 from dwhswenson/mambaforge
Use mambaforge in CI
2 parents 7959b2e + 77513be commit e284c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
auto-update-python: true
3030
python-version: ${{ matrix.CONDA_PY }}
31-
channels: conda-forge
31+
miniforge-variant: Mambaforge
3232
- name: "Install"
3333
run: |
3434
conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval

0 commit comments

Comments
 (0)