Skip to content

Commit

Permalink
Try an explicit R_LIBS_USER to avoid losing packages between steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 12, 2024
1 parent 3c3baa9 commit 64c758e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check-occasional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '17 13 12 * *' # 12th of month at 13:17 UTC
- cron: '17 13 13 * *' # 13th of month at 13:17 UTC

# A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release
name: R-CMD-check-occasional
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
r: '4.1'

env:
R_LIBS_USER: /home/runner/work/r-lib
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -157,5 +158,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.r }}-results
name: ${{ runner.os }}-r${{ matrix.r }}-l${{ matrix.locale }}results
path: check

0 comments on commit 64c758e

Please sign in to comment.