Skip to content

Commit 6ac72a2

Browse files
committed
ci: move from mamba to conda
1 parent ea0e026 commit 6ac72a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-envs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
miniforge-version: latest
2121
activate-environment: test
22-
- run: mamba env create -f ${{ matrix.path }}/${{ matrix.env }} --dry-run
22+
- run: conda env create -f ${{ matrix.path }}/${{ matrix.env }} --dry-run

0 commit comments

Comments
 (0)