mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
Remove codeql and add R env
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -17,6 +17,15 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# 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')
|
||||
devtools::install_github("jacintoarias/exreport")
|
||||
shell: Rscript {0}
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user