Skip to content

Commit

Permalink
try to install python 3.9 with apt and deadsnakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 16, 2024
1 parent 9f82eec commit 6a1992e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-gdal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
run: |
apt-get update && apt-get install -y build-essential git python3-dev
- name: Checkout code
if: ${{ matrix.container == 'osgeo/gdal:ubuntu-small-3.4.3' }}
run: |
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update -y -q
apt-get install -y python3.9-dev
- uses: actions/checkout@v4

- name: Create virtual environment
Expand Down

0 comments on commit 6a1992e

Please sign in to comment.