From d1b1828ab8433f865b65da4b947c242b051932f2 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Thu, 20 May 2021 10:55:07 +0200 Subject: [PATCH] unit test --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index eabf2e45..9166e90c 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -113,8 +113,8 @@ jobs: if: always() run: | tar -xf data-raw/AMR_latest.tar.gz - source("data-raw/_install_deps.R") - shell: Rscript {0} + Rscript -e "source('data-raw/_install_deps.R')" + shell: bash - name: Show session info if: always()