Skip to content

Commit

Permalink
fixing check yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith authored and Smith committed Oct 4, 2024
1 parent 69c5f36 commit c152c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
key: bbs-data-${{ secrets.BBS_DATA_VERSION }}

- name: Fetch BBS data
run: bbsBayes2:::fetch_bbs_data_internal(quiet = FALSE)
run: bbsBayes2:::fetch_bbs_data_internal(force = TRUE,quiet = FALSE)
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit c152c8c

Please sign in to comment.