We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dace0b8 commit 9668013Copy full SHA for 9668013
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- if: matrix.mpl-version != 'latest'
80
name: Install matplotlib pinned
81
- run: mamba install matplotlib=${{ matrix.mpl-version}}.*
+ run: micromamba install matplotlib=${{ matrix.mpl-version}}.*
82
83
- uses: actions/download-artifact@v2
84
with:
0 commit comments