Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightbluetitan authored Sep 10, 2024
1 parent d382f4b commit 434c5c7
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
name: R-CMD-check

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand All @@ -30,14 +20,6 @@ jobs:
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_deps(dependencies = TRUE)'
- name: Update system libraries (macOS only)
if: runner.os == 'macOS'
run: |
brew update
brew upgrade
- name: Check
run: R CMD check .

- name: Show session info
run: Rscript -e 'sessionInfo()'
run: R.exe CMD check .
shell: pwsh

0 comments on commit 434c5c7

Please sign in to comment.