We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71be6a8 commit 3a9094fCopy full SHA for 3a9094f
1 file changed
.github/workflows/deploy-docs.yml
@@ -15,11 +15,11 @@ jobs:
15
persist-credentials: false
16
17
- name: Setup Miniconda
18
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
19
with:
20
activate-environment: paramtools-dev
21
environment-file: environment.yml
22
- python-version: 3.8
+ python-version: 3.12
23
auto-activate-base: false
24
25
- name: Build # Build Jupyter Book
0 commit comments