File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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@v2.2 .0
18
+ uses : conda-incubator/setup-miniconda@v2.3 .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 42
42
with :
43
43
fetch-depth : 0
44
44
- name : Setup Miniconda
45
- uses : conda-incubator/setup-miniconda@v2.2 .0
45
+ uses : conda-incubator/setup-miniconda@v2.3 .0
46
46
with :
47
47
channels : conda-forge
48
48
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@v2.2 .0
24
+ - uses : conda-incubator/setup-miniconda@v2.3 .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