diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 790ee3e494..7edbfeb950 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -60,10 +60,10 @@ jobs: conda install -c conda-forge mamba --yes mamba install -c conda-forge gdal pyproj --yes - - name: Test GDAL installation - run: | - python -c "from osgeo import gdal" - gdalinfo --version + # - name: Test GDAL installation + # run: | + # python -c "from osgeo import gdal" + # gdalinfo --version - name: Install dependencies run: |