Skip to content

Commit

Permalink
Skip GDAL test
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 11, 2023
1 parent 83802dc commit 8e1d451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8e1d451

Please sign in to comment.