mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45: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:
|
||||
- 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
|
||||
- name: Setup Graphviz
|
||||
uses: ts-graphviz/setup-graphviz@v1
|
||||
- uses: r-lib/actions/setup-r@v2
|
||||
- name: Install R dependencies
|
||||
run: |
|
||||
install.packages('devtools')
|
||||
remotes::install_cran("devtools")
|
||||
devtools::install()
|
||||
devtools::install_github("jacintoarias/exreport")
|
||||
shell: Rscript {0}
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
# Allows install Wodt in dependencies.
|
||||
- uses: webfactory/ssh-agent@v0.5.4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user