diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7d4a5048..80a4f66a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,8 +49,8 @@ jobs: cp .env.sample .env make build DC_ENV=ci - - name: Install GDAL - run: pip install GDAL==3.2.2 + - name: Check GDAL version + run: gdalinfo --version - name: Run tests using built Docker image run: |