Skip to content

Commit

Permalink
Update .ci/test-r-package-windows.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Feb 3, 2025
1 parent ae10dca commit 061e69f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/test-r-package-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ Write-Output "Done installing CMake"

Write-Output "Installing dependencies"
Rscript.exe --vanilla ".ci/install-r-deps.R" --build --test ; Assert-Output $?
# $command_args_patch = "commandArgs <- function(...){c('--build', '--test')};"
# Invoke-R-Code-Redirect-Stderr "$command_args_patch source('install-r-deps.R')" ; Assert-Output $?

Write-Output "Building R-package"

Expand Down

0 comments on commit 061e69f

Please sign in to comment.