Skip to content

Commit

Permalink
gdal:ubuntu-normal-latest should include python
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Oct 8, 2024
1 parent 9dc3198 commit d81d09e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d81d09e

Please sign in to comment.