Skip to content

Commit

Permalink
Pin GDAL version
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 4, 2023
1 parent d73d254 commit 7529b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
auto-activate-base: true
python-version: "3.10"
- name: Install GDAL
run: conda install -c conda-forge gdal pyproj --yes
run: conda install -c conda-forge gdal=3.4.0 pyproj --yes
- name: Test GDAL installation
run: |
python -c "from osgeo import gdal"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install GDAL
run: |
conda install mamba -n base -c conda-forge --yes
mamba install -c conda-forge gdal pyproj --yes
mamba install -c conda-forge gdal=3.4.0 pyproj --yes
- name: Test GDAL installation
run: |
python -c "from osgeo import gdal"
Expand Down

0 comments on commit 7529b14

Please sign in to comment.