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 36
36
- name : Setup Miniconda using Python ${{ matrix.python-version }}
37
37
uses : conda-incubator/setup-miniconda@v3
38
38
with :
39
- miniforge-variant : Mambaforge
39
+ miniconda-version : " latest "
40
40
auto-update-conda : true
41
41
activate-environment : ogcore-dev
42
42
environment-file : environment.yml
Original file line number Diff line number Diff line change 24
24
- name : Setup Miniconda
25
25
uses : conda-incubator/setup-miniconda@v3
26
26
with :
27
- miniforge-variant : Mambaforge
27
+ miniconda-version : " latest "
28
28
activate-environment : ogcore-dev
29
29
environment-file : environment.yml
30
30
python-version : " 3.12"
Original file line number Diff line number Diff line change 22
22
- name : Setup Miniconda
23
23
uses : conda-incubator/setup-miniconda@v3
24
24
with :
25
- miniforge-variant : Mambaforge
25
+ miniconda-version : " latest "
26
26
activate-environment : ogcore-dev
27
27
environment-file : environment.yml
28
28
python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments