Skip to content

Commit

Permalink
Update check-standard.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocolar authored Oct 18, 2023
1 parent c749b5f commit 65cbc6e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Extra dependencies
run: |
install.packages("BH")
remotes::install_github("stan-dev/cmdstanr")
#- name: Build Cmdstan
# run: |
# cmdstanr::check_cmdstan_toolchain(fix = TRUE)
# cmdstanr::install_cmdstan(cores = parallel::detectCores())
# shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 65cbc6e

Please sign in to comment.