mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 04:06:12 +01:00
(v1.6.0.9033) unit tests
This commit is contained in:
parent
86736ab9a7
commit
0ce9fb4da2
7
.github/workflows/check.yaml
vendored
7
.github/workflows/check.yaml
vendored
@ -108,14 +108,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt install -y libssl-dev pandoc pandoc-citeproc libxml2-dev libicu-dev libcurl4-openssl-dev
|
sudo apt install -y libssl-dev pandoc pandoc-citeproc libxml2-dev libicu-dev libcurl4-openssl-dev
|
||||||
|
|
||||||
- name: Install AMR package
|
|
||||||
if: always()
|
|
||||||
run: |
|
|
||||||
R CMD install data-raw/AMR_latest.tar.gz
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Update package dependencies
|
- name: Update package dependencies
|
||||||
run: |
|
run: |
|
||||||
|
install.packages("data-raw/AMR_latest.tar.gz")
|
||||||
source("data-raw/_install_deps.R")
|
source("data-raw/_install_deps.R")
|
||||||
shell: Rscript {0}
|
shell: Rscript {0}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user