Update check.yaml

This commit is contained in:
Dr. Matthijs Berends 2022-08-28 11:22:40 +02:00 committed by GitHub
parent f781998904
commit 40d9658e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ jobs:
- name: Unpack AMR and install R dependencies
if: always()
run: |
tar -xf data-raw/AMR_latest.tar.gz
Rscript -e "source('data-raw/_install_deps.R')"
shell: bash