File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 persist-credentials : false
1818
19+ - name : Checkout
20+ uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
1923 - name : Setup Miniconda using Python ${{ matrix.python-version }}
2024 uses : conda-incubator/setup-miniconda@v3
2125 with :
Original file line number Diff line number Diff line change @@ -11,13 +11,12 @@ jobs:
1111 persist-credentials : false
1212
1313 - name : Setup Miniconda
14- uses : conda-incubator/setup-miniconda@v2
14+ uses : conda-incubator/setup-miniconda@v3
1515 with :
1616 miniconda-version : " latest"
17- auto-update-conda : true
1817 activate-environment : ccc-dev
1918 environment-file : environment.yml
20- python-version : 3.13
19+ python-version : " 3.13"
2120 auto-activate-base : false
2221
2322 - name : Build # Build Jupyter Book
Original file line number Diff line number Diff line change @@ -12,15 +12,13 @@ jobs:
1212 uses : actions/checkout@v4
1313 with :
1414 persist-credentials : false
15-
1615 - name : Setup Miniconda
1716 uses : conda-incubator/setup-miniconda@v3
1817 with :
1918 miniconda-version : " latest"
20- auto-update-conda : true
2119 activate-environment : ccc-dev
2220 environment-file : environment.yml
23- python-version : 3.12
21+ python-version : " 3.13 "
2422 auto-activate-base : false
2523
2624 - name : Build # Build Jupyter Book
You can’t perform that action at this time.
0 commit comments