Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Oct 27, 2023
1 parent f283782 commit 929b729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2

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

- name: Query dependencies
Expand Down

0 comments on commit 929b729

Please sign in to comment.