Skip to content

Commit

Permalink
Feat(CI) Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Mar 28, 2024
1 parent 79d24fe commit 52e65ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
postgres-version: "13"
postgis-version: "3.2"
- debian-version: "12"
python-version: "3.11"
python-version: "3.11.2"
postgres-version: "15"
postgis-version: "3.3"

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
env:
PGPASSWORD: geonatpasswd
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
Expand Down

0 comments on commit 52e65ad

Please sign in to comment.