Skip to content

Commit 0c7db02

Browse files
committed
fix github build
1 parent 36980ad commit 0c7db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020

2121
- name: R CMD CHECK
2222
run: |
23-
Rscript -e 'devtools::check(error_on = "warning")'
23+
Rscript -e 'install.packages(c('mirt', 'lavaan')); devtools::check(error_on = "warning")'

0 commit comments

Comments
 (0)