Skip to content

Commit

Permalink
reorder installations
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jul 25, 2023
1 parent 1d7cb6c commit a077dd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install rstand and StanHeaders from source
shell: Rscript {0}
run: install.packages(c("StanHeaders", "rstan"), type = "source")

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, local::.
needs: check

- name: Install rstand and StanHeaders from source
shell: Rscript {0}
run: install.packages(c("StanHeaders", "rstan"), type = "source")

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit a077dd0

Please sign in to comment.