Skip to content

Commit dfdbc74

Browse files
committed
Clean up GHA workflow
1 parent e5801e2 commit dfdbc74

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ jobs:
9191
remotes::install_cran('rcmdcheck', Ncpu = 2L)
9292
shell: Rscript {0}
9393

94-
- name: Install ggalt manually (currently missing from CRAN)
95-
run: |
96-
remotes::install_version("ggalt", version = "0.4.0")
97-
shell: Rscript {0}
98-
9994
- name: Session info
10095
run: |
10196
options(width = 100)

0 commit comments

Comments
 (0)