Skip to content

Commit

Permalink
Fix gdal installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Mar 4, 2024
1 parent 481fd1c commit 7749f10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
- name: Install GDAL
run: |
pip install --no-cache-dir Cython
pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
conda install -c conda-forge mamba --yes
mamba install -c conda-forge pyproj richdem lidar --yes
# pip install --no-cache-dir Cython
# pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
conda install gdal --yes
conda install -c conda-forge mamba --yes
mamba install -c conda-forge pyproj richdem lidar --yes
# - name: Test GDAL installation
# run: |
Expand Down

0 comments on commit 7749f10

Please sign in to comment.