Skip to content

Commit

Permalink
show pkgType
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jan 5, 2022
1 parent 9022b3f commit cfd1db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Expand Up @@ -104,6 +104,7 @@ jobs:
sudo R CMD javareconf
- name: Install dependencies
run: |
print(getOption("pkgType"))
install.packages("devtools")
remotes::install_deps('mlflow/R/mlflow', dependencies = TRUE, upgrade = FALSE)
shell: Rscript {0}
Expand Down
1 change: 1 addition & 0 deletions mlflow/R/mlflow/.install-deps.R
@@ -1,5 +1,6 @@
# Increase the timeout length for `utils::download.file` because the default value (60 seconds)
# could be too short to download large packages such as h2o.
options(timeout=300)
print(getOption("pkgType"))
install.packages("devtools", dependencies = TRUE)
devtools::install_dev_deps(dependencies = TRUE)

0 comments on commit cfd1db6

Please sign in to comment.