We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cd80b commit 20aa8f7Copy full SHA for 20aa8f7
1 file changed
.github/workflows/CI.yml
@@ -64,13 +64,13 @@ jobs:
64
path: RMG-database
65
66
# configures the mamba environment manager and builds the environment
67
- - name: Setup Miniforge Python 3.7
+ - name: Setup Miniforge Python 3.9
68
uses: conda-incubator/setup-miniconda@v3
69
with:
70
environment-file: RMG-Py/environment.yml
71
miniforge-variant: Miniforge3
72
miniforge-version: latest
73
- python-version: 3.7
+ python-version: 3.9
74
activate-environment: rmg_env
75
use-mamba: true
76
0 commit comments