mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 16:05:54 +00:00
update main.yml
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -17,19 +17,20 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Python ${{ matrix.python }}
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python }}
|
||||||
# Make dot command available in the environment
|
# Make dot command available in the environment
|
||||||
- name: Setup Graphviz
|
- name: Setup Graphviz
|
||||||
uses: ts-graphviz/setup-graphviz@v1
|
uses: ts-graphviz/setup-graphviz@v1
|
||||||
- uses: r-lib/actions/setup-r@v2
|
- uses: r-lib/actions/setup-r@v2
|
||||||
- name: Install R dependencies
|
- name: Install R dependencies
|
||||||
run: |
|
run: |
|
||||||
install.packages('devtools')
|
remotes::install_cran("devtools")
|
||||||
|
devtools::install()
|
||||||
devtools::install_github("jacintoarias/exreport")
|
devtools::install_github("jacintoarias/exreport")
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
- name: Set up Python ${{ matrix.python }}
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python }}
|
|
||||||
# Allows install Wodt in dependencies.
|
# Allows install Wodt in dependencies.
|
||||||
- uses: webfactory/ssh-agent@v0.5.4
|
- uses: webfactory/ssh-agent@v0.5.4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user