Skip to content

Commit

Permalink
Use drat to install mleap (#5164)
Browse files Browse the repository at this point in the history
* try drat

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* use mlflow.github.io

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* comment

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>

* remove comment

Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Dec 14, 2021
1 parent 5d4b86e commit 630c212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master.yml
Expand Up @@ -106,9 +106,6 @@ jobs:
run: |
install.packages("devtools")
remotes::install_deps('mlflow/R/mlflow', dependencies = TRUE, upgrade = FALSE)
# Install `mleap` from archive since it's unavailable on the CRAN repository:
# https://cran.r-project.org/package=mleap
devtools::install_url("https://cran.r-project.org/src/contrib/Archive/mleap/mleap_1.0.0.tar.gz")
shell: Rscript {0}
- name: Create test environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions mlflow/R/mlflow/DESCRIPTION
Expand Up @@ -55,12 +55,12 @@ Suggests:
h2o,
keras,
lintr,
mleap,
sparklyr,
stringi (< 1.4.4),
testthat (>= 2.0.0),
xgboost
Enhances:
mleap
Additional_repositories: https://mlflow.github.io/drat
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate:
Expand Down

0 comments on commit 630c212

Please sign in to comment.