Skip to content

Commit 9b7bf33

Browse files
committed
Updated python version to 3.8 for github action
1 parent 5ce0da2 commit 9b7bf33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- uses: conda-incubator/setup-miniconda@v2
1919
with:
2020
auto-update-conda: true
21-
python-version: 3.7
21+
python-version: 3.8
2222
- name: Conda info
2323
shell: bash -el {0}
2424
run: conda info
2525
- name: Install python and gcc
2626
shell: bash -el {0}
2727
run: |
28-
conda install -c conda-forge python=3.7
28+
conda install -c conda-forge python=3.8
2929
conda install -c conda-forge gcc=12.1.0
3030
- name: Install gdal eccodes pcraster hdf5
3131
shell: bash -el {0}

0 commit comments

Comments
 (0)