File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
fetch-depth : 0
53
53
54
54
- name : Setup miniconda
55
- uses : conda-incubator/setup-miniconda@v2
55
+ uses : conda-incubator/setup-miniconda@v3
56
56
with :
57
57
python-version : ${{ inputs.python-version }}
58
58
miniforge-variant : Mambaforge
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
steps :
119
119
- name : Setup miniconda
120
- uses : conda-incubator/setup-miniconda@v2
120
+ uses : conda-incubator/setup-miniconda@v3
121
121
with :
122
122
python-version : ${{ matrix.python }}
123
123
miniforge-variant : Mambaforge
@@ -281,7 +281,7 @@ jobs:
281
281
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
282
282
283
283
- name : Setup miniconda
284
- uses : conda-incubator/setup-miniconda@v2
284
+ uses : conda-incubator/setup-miniconda@v3
285
285
with :
286
286
python-version : ${{ matrix.python }}
287
287
miniforge-variant : Mambaforge
@@ -315,7 +315,7 @@ jobs:
315
315
run :
316
316
shell : bash -el {0}
317
317
steps :
318
- - uses : conda-incubator/setup-miniconda@v2
318
+ - uses : conda-incubator/setup-miniconda@v3
319
319
with :
320
320
run-post : false
321
321
channel-priority : " disabled"
Original file line number Diff line number Diff line change 31
31
with :
32
32
fetch-depth : 0
33
33
34
- - uses : conda-incubator/setup-miniconda@v2
34
+ - uses : conda-incubator/setup-miniconda@v3
35
35
with :
36
36
python-version : ' 3.10'
37
37
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 31
31
with :
32
32
fetch-depth : 0
33
33
34
- - uses : conda-incubator/setup-miniconda@v3.0.2
34
+ - uses : conda-incubator/setup-miniconda@v3
35
35
with :
36
36
python-version : ' 3.10'
37
37
miniforge-variant : Mambaforge
Original file line number Diff line number Diff line change 15
15
shell : bash -el {0}
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : conda-incubator/setup-miniconda@v2
18
+ - uses : conda-incubator/setup-miniconda@v3
19
19
with :
20
20
python-version : ' 3.11'
21
21
activate-environment : " coverage"
You can’t perform that action at this time.
0 commit comments