Skip to content

Commit

Permalink
Remove repeated GHA workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed May 2, 2024
1 parent 8b1798b commit d6434c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ jobs:
remotes::install_cran("vdiffr", type = "source", force = TRUE)
shell: Rscript {0}

- name: Install dependencies (for R-devel)
if: matrix.config.r == 'devel'
run: |
remotes::install_cran("vdiffr", type = "source", force = TRUE)
shell: Rscript {0}

- name: Install dependencies (for R-oldrel)
if: matrix.config.r == 'oldrel' || matrix.config.r == '3.6'
run: |
Expand Down

0 comments on commit d6434c8

Please sign in to comment.