Skip to content

Commit 9e30bf4

Browse files
authored
Update dev-sf.yaml
1 parent df0c12e commit 9e30bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-sf.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
- name: Build book
2121
run: |
22+
Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)
2223
Rscript -e 'remotes::install_github("r-spatial/sf")'
2324
Rscript -e 'remotes::install_github("r-spatial/stars")'
2425
Rscript -e 'remotes::install_github("rspatial/terra")'
25-
Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
26+
#Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
2627
Rscript -e 'bookdown::render_book("index.Rmd")

0 commit comments

Comments
 (0)