Skip to content

Commit

Permalink
Remove GHA model cache (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Jun 6, 2024
1 parent f5f5272 commit 950498b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
CMDSTAN=/root/.cmdstan
CMDSTAN_PATH=/root/.cmdstan
CMDSTANR_NO_VER_CHECK=true
JMPOST_CACHE_DIR=${{ github.workspace }}/.cache
additional-caches: |
${{ github.workspace }}/.cache
### Temporarily removed due to cache bug (#345)
# JMPOST_CACHE_DIR=${{ github.workspace }}/.cache
# additional-caches: |
# ${{ github.workspace }}/.cache
coverage:
name: Coverage 📔
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
Expand Down

0 comments on commit 950498b

Please sign in to comment.