File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/setup-python@v4
2626 with :
2727 python-version : ${{ matrix.config.py }}
28+ - name : Install GDAL
29+ run : |
30+ python -m pip install --upgrade pip
31+ pip install --no-cache-dir Cython
32+ pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
33+ - name : Test GDAL installation
34+ run : |
35+ python -c "from osgeo import gdal"
36+ gdalinfo --version
2837 - name : Install dependencies
2938 run : |
3039 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1818 auto-activate-base : true
1919 python-version : " 3.10"
2020 - name : Install GDAL
21- run : conda install -c conda-forge gdal --yes
21+ run : conda install -c conda-forge gdal=3.4.0 --yes
2222 - name : Test GDAL installation
2323 run : |
2424 python -c "from osgeo import gdal"
You can’t perform that action at this time.
0 commit comments