Skip to content

Commit

Permalink
Update check_windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
perrydv committed Jun 24, 2024
1 parent 4f134ed commit 1b7fe74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,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 1b7fe74

Please sign in to comment.