From df1fdc8bcb361da308037fbb9c8deb6f3fc45235 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Wed, 14 Feb 2024 17:44:11 +0000 Subject: [PATCH] install cmdstan in touchdown --- .github/workflows/touchstone-comment.yaml | 2 +- .github/workflows/touchstone-receive.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/touchstone-comment.yaml b/.github/workflows/touchstone-comment.yaml index aa3d40ded..7ae9df986 100644 --- a/.github/workflows/touchstone-comment.yaml +++ b/.github/workflows/touchstone-comment.yaml @@ -16,6 +16,6 @@ jobs: if: > ${{ github.event.workflow_run.event == 'pull_request' }} steps: - - uses: lorenzwalthert/touchstone/actions/comment@v1 + - uses: sbfnk/touchstone/actions/comment@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/touchstone-receive.yaml b/.github/workflows/touchstone-receive.yaml index af76b07cd..9d557d9b3 100644 --- a/.github/workflows/touchstone-receive.yaml +++ b/.github/workflows/touchstone-receive.yaml @@ -48,9 +48,10 @@ jobs: RSPM: ${{ matrix.config.rspm }} GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: lorenzwalthert/touchstone/actions/receive@v1 + - uses: sbfnk/touchstone/actions/receive@main with: cache-version: 1 + extra-packages: stan-dev/cmdstanr benchmarking_repo: ${{ matrix.config.benchmarking_repo }} benchmarking_ref: ${{ matrix.config.benchmarking_ref }} benchmarking_path: ${{ matrix.config.benchmarking_path }}