GitLab CI: install tidyllm
Change-Id: I0d2ccc1d7eb976ec732d9ca279724bf19dd065a5
diff --git a/ci/install-rkorapclient-ci.yml b/ci/install-rkorapclient-ci.yml
index f66c926..9ef0b82 100644
--- a/ci/install-rkorapclient-ci.yml
+++ b/ci/install-rkorapclient-ci.yml
@@ -45,7 +45,7 @@
- start_section installing "Installing RKorAPClient from source"
- export PATH=/usr/local/sbin:$PATH
- R -q -e "install.packages('pak', dependencies=TRUE)"
- - R -q -e "pak::pak(c('devtools', 'RKorAPClient'), dependencies=TRUE)"
+ - R -q -e "pak::pak(c('devtools', 'RKorAPClient', 'tidyllm'), dependencies=TRUE)"
- end_section installing
- start_section linstalling "Installing RKorAPClient from source"
- R -q -e 'pak::pak(".")'