Skip to content

Commit

Permalink
Update workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Dec 8, 2023
1 parent be08dcd commit 2be68a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.12"
cache: "pip"
- name: Do some Ubunutu specific installs for Python 3.10
- name: Do some Ubunutu specific installs for Python 3.12
if: runner.os == 'Linux'
run: |
sudo apt install libgeos-dev libeccodes-dev
Expand Down

0 comments on commit 2be68a0

Please sign in to comment.