Skip to content

Commit f95a841

Browse files
authored
Update maxar_data_catalog.yml
1 parent 675ee4c commit f95a841

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maxar_data_catalog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install --no-cache-dir Cython
22-
pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
23-
- name: Test GDAL installation
24-
run: |
25-
python -c "from osgeo import gdal"
26-
gdalinfo --version
22+
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
23+
# - name: Test GDAL installation
24+
# run: |
25+
# python -c "from osgeo import gdal"
26+
# gdalinfo --version
2727
- name: install dependencies
2828
run: |
2929
pip install -r requirements.txt

0 commit comments

Comments
 (0)