We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675ee4c commit f95a841Copy full SHA for f95a841
.github/workflows/maxar_data_catalog.yml
@@ -19,11 +19,11 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
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
+ # pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
+ # - name: Test GDAL installation
+ # run: |
+ # python -c "from osgeo import gdal"
+ # gdalinfo --version
27
- name: install dependencies
28
29
pip install -r requirements.txt
0 commit comments