From a99f8e691694bd3c6e40b8e4cbd3dbb3bdd302a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Wed, 11 May 2022 18:29:52 +0200 Subject: [PATCH] update main.yml --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8dc59d..cc8b10d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: