Skip to content

Commit 20aa8f7

Browse files
committed
update CI python version from 3.7 to 3.9
1 parent 17cd80b commit 20aa8f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
path: RMG-database
6565

6666
# configures the mamba environment manager and builds the environment
67-
- name: Setup Miniforge Python 3.7
67+
- name: Setup Miniforge Python 3.9
6868
uses: conda-incubator/setup-miniconda@v3
6969
with:
7070
environment-file: RMG-Py/environment.yml
7171
miniforge-variant: Miniforge3
7272
miniforge-version: latest
73-
python-version: 3.7
73+
python-version: 3.9
7474
activate-environment: rmg_env
7575
use-mamba: true
7676

0 commit comments

Comments
 (0)