Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed May 22, 2024
1 parent e750106 commit 30c731f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
java-version: ${{ matrix.config.java }}

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.config.r }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
java-version: ${{ matrix.config.java }}

- uses: r-lib/actions/setup-pandoc@v1
#- uses: r-lib/actions/setup-pandoc@v1

- name: Query dependencies
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Check
run: |
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--ignore-vignettes", "--no-build-vignettes", "--no-multiarch"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--no-build-vignettes", "--no-multiarch"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Upload check results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
java-version: ${{ matrix.config.java }}

- uses: r-lib/actions/setup-pandoc@v1
#- uses: r-lib/actions/setup-pandoc@v1

- name: Query dependencies
run: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Check
run: |
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--ignore-vignettes", "--no-build-vignettes", "--no-multiarch"), error_on = "warning", check_dir = "check")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--no-build-vignettes", "--no-multiarch"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Show testthat output
Expand Down

0 comments on commit 30c731f

Please sign in to comment.