Skip to content

Commit 9668013

Browse files
committed
Mamba install -> micromamba install
1 parent dace0b8 commit 9668013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- if: matrix.mpl-version != 'latest'
8080
name: Install matplotlib pinned
81-
run: mamba install matplotlib=${{ matrix.mpl-version}}.*
81+
run: micromamba install matplotlib=${{ matrix.mpl-version}}.*
8282

8383
- uses: actions/download-artifact@v2
8484
with:

0 commit comments

Comments
 (0)