update main.yml

This commit is contained in:
2022-05-11 18:29:52 +02:00
parent 8c4a5ebae5
commit a99f8e6916

View File

@@ -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: