Skip to content

Commit

Permalink
Install future and future.apply
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 14, 2024
1 parent 3c6397a commit d5f9d9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-as-cran-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
rmarkdown
stan-dev/cmdstanr
testthat
future
future.apply
- name: Install cmdstan
uses: epinowcast/actions/install-cmdstan@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
rcmdcheck
stan-dev/cmdstanr
testthat
future
future.apply
- name: Install cmdstan
if: runner.os != 'Windows'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
stan-dev/cmdstanr
testthat
future
future.apply
- name: Install cmdstan
if: runner.os != 'Windows'
Expand Down

0 comments on commit d5f9d9e

Please sign in to comment.