Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorzek authored Nov 19, 2023
1 parent d00a37a commit 07ebb7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sudo apt install --no-install-recommends r-cran-lslx
sudo apt install --no-install-recommends r-cran-matrix
sudo apt install --no-install-recommends r-cran-openmx
sudo apt install --no-install-recommends r-cran-ctsemomx
sudo apt install --no-install-recommends r-cran-rstan
- name: Check
run: rcmdcheck::rcmdcheck(path = ".", args = "--no-manual", error_on = "warning")
shell: Rscript {0}
Expand All @@ -76,6 +76,7 @@ jobs:
ref: 'development'
- name: Extended tests
run: |
install.packages("ctsemOMX") # not available from apt install
devtools::build(pkg = ".", binary = TRUE)
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "warning")
shell: Rscript {0}

0 comments on commit 07ebb7d

Please sign in to comment.