File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
persist-credentials : false
22
22
23
23
- name : Setup Conda
24
- uses : mamba-org/setup-micromamba@v1
24
+ uses : mamba-org/setup-micromamba@v2
25
25
with :
26
26
init-shell : bash
27
27
environment-name : docs
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Setup Conda
29
- uses : mamba-org/setup-micromamba@v1
29
+ uses : mamba-org/setup-micromamba@v2
30
30
with :
31
31
init-shell : bash
32
32
environment-name : sdist_env
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/checkout@v4
118
118
119
119
- name : Setup Conda
120
- uses : mamba-org/setup-micromamba@v1
120
+ uses : mamba-org/setup-micromamba@v2
121
121
with :
122
122
# https://github.com/mamba-org/setup-micromamba/issues/225
123
123
micromamba-version : 1.5.10-0
You can’t perform that action at this time.
0 commit comments