File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2 .0
18+ uses : conda-incubator/setup-miniconda@v3.3 .0
1919 with :
2020 auto-update-conda : true
2121 python-version : " 3.12"
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v6
1717 - name : Setup Miniconda
18- uses : conda-incubator/setup-miniconda@v3.2 .0
18+ uses : conda-incubator/setup-miniconda@v3.3 .0
1919 with :
2020 channels : conda-forge
2121 environment-file : environment.yml
Original file line number Diff line number Diff line change 4848 with :
4949 fetch-depth : 0
5050 - name : Setup Miniconda
51- uses : conda-incubator/setup-miniconda@v3.2 .0
51+ uses : conda-incubator/setup-miniconda@v3.3 .0
5252 with :
5353 channels : conda-forge
5454 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1616 submodules : true
1717 fetch-depth : 0
1818
19- - uses : actions/setup-python@v6.1 .0
19+ - uses : actions/setup-python@v6.2 .0
2020 name : Install Python
2121 with :
2222 python-version : ' 3.11'
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
24- - uses : conda-incubator/setup-miniconda@v3.2 .0
24+ - uses : conda-incubator/setup-miniconda@v3.3 .0
2525 with :
2626 auto-update-conda : true
2727 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments