Skip to content

Commit 3a9094f

Browse files
authored
Update deploy-docs.yml
1 parent 71be6a8 commit 3a9094f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Setup Miniconda
18-
uses: conda-incubator/setup-miniconda@v2
18+
uses: conda-incubator/setup-miniconda@v3
1919
with:
2020
activate-environment: paramtools-dev
2121
environment-file: environment.yml
22-
python-version: 3.8
22+
python-version: 3.12
2323
auto-activate-base: false
2424

2525
- name: Build # Build Jupyter Book

0 commit comments

Comments
 (0)