Skip to content

Commit

Permalink
i #312 attempt to force XML install manually
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Paradis <[email protected]>
  • Loading branch information
carlosparadis committed Oct 10, 2024
1 parent e50da75 commit 02ffe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("XML")
remotes::install_cran("rcmdcheck")
shell: Rscript {0}

Expand Down

0 comments on commit 02ffe3c

Please sign in to comment.