Skip to content

Commit

Permalink
add stan repository for cmdstan
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Nov 6, 2023
1 parent ac2f8e5 commit 6d4e28e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: https://mc-stan.org/r-packages/

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
any::cffr
any::V8
upgrade: 'TRUE'

- name: Update CITATION.cff
run: |
Expand Down

0 comments on commit 6d4e28e

Please sign in to comment.