mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 15:35:52 +00:00
try with remotes
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -27,9 +27,8 @@ jobs:
|
||||
- uses: r-lib/actions/setup-r@v2
|
||||
- name: Install R dependencies
|
||||
run: |
|
||||
remotes::install_cran("devtools")
|
||||
devtools::install()
|
||||
devtools::install_github("jacintoarias/exreport")
|
||||
install.packages("remotes")
|
||||
remotes::install_github("jacintoarias/exreport")
|
||||
shell: Rscript {0}
|
||||
# Allows install Wodt in dependencies.
|
||||
- uses: webfactory/ssh-agent@v0.5.4
|
||||
|
Reference in New Issue
Block a user