Skip to content

Commit

Permalink
move ennvvars
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 15, 2024
1 parent afd2b99 commit ae17c9c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:

env:
R_LIBS_USER: ${{github.workspace}}/pkglib
_R_CHECK_FORCE_SUGGESTS_: 'false'
_R_CHECK_CRAN_INCOMING_: 'false'
_R_CHECK_ELAPSED_TIMEOUT_: 3600
GITHUB_ACTIONS: ''
CI: ''

jobs:
prepare:
Expand Down Expand Up @@ -71,12 +76,6 @@ jobs:
strategy:
matrix:
check: [ 'oldpkg', 'newpkg' ]
env:
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_ELAPSED_TIMEOUT_: 3600
GITHUB_ACTIONS: ''
CI: ''
steps:

- name: Download package and library
Expand Down

0 comments on commit ae17c9c

Please sign in to comment.