We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074b85a commit b91ed5bCopy full SHA for b91ed5b
.github/workflows/ci-additional.yaml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0 # Fetch all history for all branches and tags.
26
27
- name: Create conda environment
28
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
29
with:
30
environment-name: min-version-policy
31
micromamba-version: 'latest'
.github/workflows/ci.yaml
@@ -49,7 +49,7 @@ jobs:
49
fi
50
51
52
53
54
environment-name: mplotutils-tests
55
cache-downloads: true
0 commit comments