Skip to content

Commit

Permalink
[wip] try to work around withr issue
Browse files Browse the repository at this point in the history
setup-r-dependencies is failing with

 '/tmp/[..]/src/contrib/x86_64-pc-linux-gnu-ubuntu-20.04/4.1/withr_3.0.0.tar.gz'
  is not a valid binary, it is missing withr/Meta/package.rds.

Clearing caches didn't resolve the issue.

Try to force source install.
  • Loading branch information
kyleam committed Jan 17, 2024
1 parent cf81470 commit ed38638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
extra-packages: |
any::covr
github::metrumresearchgroup/nmrec@0.3.0
github::r-lib/withr@v3.0.0
upgrade: 'TRUE'
- name: Run covr
run: covr::codecov()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
any::pkgdown
any::rcmdcheck
${{ env.NMREC_PKG }}
${{ matrix.config.label != 'oldest' && github::r-lib/withr@v3.0.0}}
upgrade: ${{ matrix.config.label == 'oldest' && 'FALSE' || 'TRUE' }}
- uses: r-lib/actions/check-r-package@v2
- name: Check pkgdown
Expand All @@ -90,6 +91,7 @@ jobs:
extra-packages: |
any::pkgpub
${{ env.NMREC_PKG }}
github::r-lib/withr@v3.0.0
- name: Configure Git
run: |
git config --global user.email CI
Expand Down

0 comments on commit ed38638

Please sign in to comment.