Skip to content

Commit

Permalink
fix GDAL install in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrajeo committed Sep 19, 2023
1 parent e1a3339 commit 8ad34cd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/nbdev-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ runs:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
gdal-config --version
python -m pip install --upgrade pip
pip install GDAL==$(gdal-config --version)
if [ $USE_PRE ]; then
pip install -U git+https://github.com/fastai/fastcore.git
pip install -U git+https://github.com/fastai/ghapi.git
Expand Down
1 change: 1 addition & 0 deletions .github/actions/quarto-ghp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
python -m pip install --upgrade pip
pip install GDAL==$(gdal-config --version)
if [ $USE_PRE ]; then
pip install -Uq git+https://github.com/fastai/ghapi.git
pip install -Uq git+https://github.com/fastai/fastcore.git
Expand Down
Binary file modified nbs/example_data/R70C21.dbf
Binary file not shown.
2 changes: 1 addition & 1 deletion nbs/example_data/tiles/coco_norm.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nbs/example_data/tiles/coco_rot.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ status = 3
user = mayrajeo

### Optional ###
requirements = fastcore numpy geopandas rasterio pycocotools scikit-image scikit-learn tqdm matplotlib GDAL==3.6.4 rasterstats black
requirements = fastcore numpy geopandas rasterio pycocotools scikit-image scikit-learn tqdm matplotlib GDAL rasterstats black
# dev_requirements =
console_scripts =
geo2ml_help=geo2ml.cli:chelp
Expand Down

0 comments on commit 8ad34cd

Please sign in to comment.