Skip to content

Commit 0be8b5d

Browse files
authored
update install pumbler
1 parent 84cd9c8 commit 0be8b5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI_DSSAT.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
- name: Install package
7171
run: |
7272
Rscript -e "repos <- c('https://marcionicolau.github.io/RCroptestDeps', 'https://cloud.r-project.org'); options(repos = c(CRAN = repos)); install.packages('RCroptest', dependencies = TRUE)"
73-
73+
Rscript -e "install.packages('plumber')"
74+
7475
- name: Verify installation
7576
run: |
7677
Rscript -e "print('Installed packages:'); print(installed.packages())"

0 commit comments

Comments
 (0)