Skip to content

Commit

Permalink
ignore mixedClust instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiu911 committed Jan 16, 2024
1 parent 163ea56 commit 0b05109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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 @@ -41,9 +41,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::testthat, any::knitr
extra-packages: any::rcmdcheck, mixedClust=?ignore
needs: check
dependencies: '"hard"'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, any::testthat
extra-packages: any::covr, mixedClust=?ignore
needs: coverage
dependencies: '"hard"'

- name: Test coverage
run: |
Expand Down

0 comments on commit 0b05109

Please sign in to comment.