Skip to content

Commit

Permalink
remove depends only build from github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Jan 26, 2025
1 parent 16bb2ad commit 21097dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
fail-fast: false
matrix:
r-version: ["oldrel", "release", "devel"]
depends-only: [true, false]
# depends-only: [true, false]
suggests-only: [true, false]
env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.depends-only }}
# _R_CHECK_DEPENDS_ONLY_: ${{ matrix.depends-only }}
_R_CHECK_SUGGESTS_ONLY_: ${{ matrix.suggests-only }}

steps:
Expand Down

0 comments on commit 21097dd

Please sign in to comment.