Skip to content

Commit b070ceb

Browse files
committed
increment python version in docs build
1 parent 3246561 commit b070ceb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- name: Setup Mambaforge Python 3.7
29+
- name: Setup Miniforge Python 3.9
3030
uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
environment-file: environment.yml
3333
miniforge-variant: Miniforge3
3434
miniforge-version: latest
35-
python-version: 3.7
35+
python-version: 3.9
3636
activate-environment: rmg_env
3737
use-mamba: true
38+
show-channel-urls: true
39+
channels: conda-forge,cantera,rmg
3840

3941
- name: Install sphinx
4042
run: mamba install -y sphinx

0 commit comments

Comments
 (0)