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 Sep 11, 2023
1 parent 40c92be commit 19e9cba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
- name: Install GDAL
run: |
conda install -c conda-forge mamba --yes
mamba install -c conda-forge gdal pyproj --yes
# conda install -c conda-forge mamba --yes
# mamba install -c conda-forge gdal pyproj --yes
pip install --no-cache-dir Cython
pip install --find-links=https://girder.github.io/large_image_wheels --no-cache GDAL
- name: Test GDAL installation
run: |
Expand Down

0 comments on commit 19e9cba

Please sign in to comment.