From d81d09ec431b06b69f766d435983bee253acc68f Mon Sep 17 00:00:00 2001 From: Daniel Sparber Date: Tue, 8 Oct 2024 17:01:34 +0200 Subject: [PATCH] gdal:ubuntu-normal-latest should include python --- .github/workflows/sonar_cloud.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sonar_cloud.yml b/.github/workflows/sonar_cloud.yml index cf499e9..09d5c31 100644 --- a/.github/workflows/sonar_cloud.yml +++ b/.github/workflows/sonar_cloud.yml @@ -7,15 +7,13 @@ jobs: sonarcloud: name: Sonar Cloud Analysis runs-on: ubuntu-latest - container: ghcr.io/osgeo/gdal:ubuntu-small-latest + container: ghcr.io/osgeo/gdal:ubuntu-normal-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies run: | - apt -y update - apt install -y --no-install-recommends --fix-missing python3-pip pip install -r requirements.txt --break-system-packages - name: Run Tests run: |