Skip to content

Commit

Permalink
Merge pull request #36 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
gdal
  • Loading branch information
santiago123x authored May 9, 2024
2 parents 2b51731 + 80c2fde commit 480fb2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
r-version: "4.2"

- name: Install GDAL dependencies
run: |
sudo add-apt-repository -y ppa:ubuntugis/ppa
sudo apt-get update -q
sudo apt-get install -y gdal-bin libgdal-dev
- name: Install dependencies
run: |
install.packages(c("httr", "rjson", "terra", "raster", "sf", "webmockr", "testthat"))
Expand Down

0 comments on commit 480fb2e

Please sign in to comment.