File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup Miniconda
18
- uses : conda-incubator/setup-miniconda@v3.1.1
18
+ uses : conda-incubator/setup-miniconda@v3.2.0
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : " 3.12"
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup Miniconda
18
- uses : conda-incubator/setup-miniconda@v3.1.1
18
+ uses : conda-incubator/setup-miniconda@v3.2.0
19
19
with :
20
20
channels : conda-forge
21
21
environment-file : environment.yml
Original file line number Diff line number Diff line change 48
48
with :
49
49
fetch-depth : 0
50
50
- name : Setup Miniconda
51
- uses : conda-incubator/setup-miniconda@v3.1.1
51
+ uses : conda-incubator/setup-miniconda@v3.2.0
52
52
with :
53
53
channels : conda-forge
54
54
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 0
24
- - uses : conda-incubator/setup-miniconda@v3.1.1
24
+ - uses : conda-incubator/setup-miniconda@v3.2.0
25
25
with :
26
26
auto-update-conda : true
27
27
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments