Skip to content

Commit

Permalink
update check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
perrydv committed Jun 23, 2024
1 parent f8efafc commit 31cef5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
install.packages('devtools')
install.packages('pracma')
install.packages('numDeriv')
devtools::install_github("nimble-dev/nimble", ref = "ADoak", subdir = "packages/nimble") # Remove this line once AD is released in NIMBLE
# install.packages('devtools')
# install.packages('pracma')
# install.packages('numDeriv')
# devtools::install_github("nimble-dev/nimble", ref = "ADoak", subdir = "packages/nimble") # Remove this line once AD is released in NIMBLE
shell: Rscript {0}

- name: Session info
Expand Down

0 comments on commit 31cef5d

Please sign in to comment.