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 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup Miniconda
18
- uses : conda-incubator/setup-miniconda@v3.0.3
18
+ uses : conda-incubator/setup-miniconda@v3.0.4
19
19
with :
20
20
channels : conda-forge
21
21
environment-file : environment.yml
Original file line number Diff line number Diff line change 44
44
with :
45
45
fetch-depth : 0
46
46
- name : Setup Miniconda
47
- uses : conda-incubator/setup-miniconda@v3.0.3
47
+ uses : conda-incubator/setup-miniconda@v3.0.4
48
48
with :
49
49
channels : conda-forge
50
50
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.0.3
24
+ - uses : conda-incubator/setup-miniconda@v3.0.4
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