Skip to content

Commit

Permalink
Test diff dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 19, 2024
1 parent 83f28bc commit 33b2c3c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: StanHeaders
extra-packages: any::rcmdcheck, local::.
working-directory: rstan/rstan
extra-packages: any::rcmdcheck, local::../../StanHeaders

- name: Revert all changes due to cleanup
run: |
Expand All @@ -78,12 +78,6 @@ jobs:
env:
_R_CHECK_CRAN_INCOMING_: false

- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: rstan/rstan
# StanHeaders installed earlier
packages: deps::., StanHeaders=?ignore

- uses: r-lib/actions/check-r-package@v2
with:
working-directory: rstan/rstan
Expand Down

0 comments on commit 33b2c3c

Please sign in to comment.