Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed May 29, 2024
1 parent 12c533b commit 67ab40b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RUN_TESTS: ${{ if eq(matrix.config.os, 'ubuntu-latest'), 'false', 'true' }}

steps:
- uses: actions/checkout@v4
Expand All @@ -47,7 +46,7 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check

- name: Set Test Flag
run: |
if [ "${{ matrix.config.os }}" = "ubuntu-latest" ]; then
Expand Down

0 comments on commit 67ab40b

Please sign in to comment.