We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3246561 commit b070cebCopy full SHA for b070ceb
1 file changed
.github/workflows/docs.yml
@@ -26,15 +26,17 @@ jobs:
26
with:
27
fetch-depth: 0
28
29
- - name: Setup Mambaforge Python 3.7
+ - name: Setup Miniforge Python 3.9
30
uses: conda-incubator/setup-miniconda@v3
31
32
environment-file: environment.yml
33
miniforge-variant: Miniforge3
34
miniforge-version: latest
35
- python-version: 3.7
+ python-version: 3.9
36
activate-environment: rmg_env
37
use-mamba: true
38
+ show-channel-urls: true
39
+ channels: conda-forge,cantera,rmg
40
41
- name: Install sphinx
42
run: mamba install -y sphinx
0 commit comments