Skip to content

Commit

Permalink
Update ci_env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 authored May 24, 2023
1 parent 7f94a2c commit 814282b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:
with:
auto-update-conda: true
python-version: 3.7
- name: Install conda env
- name: Install python and gcc
shell: bash -el {0}
run: |
conda install -c conda-forge python=3.7 gcc=12.1.0 gdal eccodes
conda install -c conda-forge python=3.7
conda install -c conda-forge gcc=12.1.0
- name: Install gdal
shell: bash -el {0}
run: |
conda install -c conda-forge gdal eccodes
- name: Install dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 814282b

Please sign in to comment.