Skip to content

Commit

Permalink
Set GDAL env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Mar 30, 2022
1 parent 21281d2 commit 008e23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
gdalinfo --version
- name: Install dependencies
run: |
export GDAL_VERSION=3.4.0
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r codespell requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datapane
geemap
geopandas; platform_system != "Windows"
geopandas
ipygany
ipyvtklink
keplergl
Expand All @@ -9,7 +9,7 @@ leafmap
localtileserver
netcdf4
osmnx
rasterio; platform_system != "Windows"
rasterio
panel
psycopg2
pydeck
Expand Down

0 comments on commit 008e23e

Please sign in to comment.