CI: fix tests
Change-Id: I48db4254cc47bc781967c76d2527fbfb48d95848
diff --git a/ci/install-rkorapclient-ci.yml b/ci/install-rkorapclient-ci.yml
index 6e46c8b..f66c926 100644
--- a/ci/install-rkorapclient-ci.yml
+++ b/ci/install-rkorapclient-ci.yml
@@ -42,15 +42,12 @@
- ln -s $(which ccache) /usr/local/sbin/gcc
- ln -s $(which ccache) /usr/local/sbin/g++
- end_section install_linux_packages
-
- script:
- 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('ggplot2', 'RKorAPClient', dependencies=TRUE)"
+ - R -q -e "pak::pak(c('devtools', 'RKorAPClient'), dependencies=TRUE)"
- end_section installing
- start_section linstalling "Installing RKorAPClient from source"
- R -q -e 'pak::pak(".")'
- ccache -s
- end_section linstalling
-