Skip to content

Commit

Permalink
simplify dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs authored Apr 6, 2023
1 parent 137b0f6 commit 9b5fb04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ jobs:
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
# install spatial dependencies
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt install \
libudunits2-dev \
libgdal-dev \
libgeos-dev \
libproj-dev
- name: Install dependencies
run: |
install.packages(c("remotes"))
Expand Down

0 comments on commit 9b5fb04

Please sign in to comment.