Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
terhisalonen committed Jan 15, 2024
1 parent 135bdb1 commit efb11eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python: ["3.10"] #3.10
runs-on: ubuntu-22.04 #ubuntu:jammy-20231004
container: "python:${{matrix.python}}-slim-bookworm"
# container: "python:${{matrix.python}}-slim-bookworm"
steps:
- uses: actions/checkout@v3

Expand All @@ -25,9 +25,9 @@ jobs:
gdal-bin
python3-gdal
postgis
postgresql
postgresql=14
postgresql-client
postgresql-postgis
postgresql-postgis=3.4
libpq-dev
build-essential
Expand Down

0 comments on commit efb11eb

Please sign in to comment.