From 62f52ad52093d2434f2152e271ec271bbb1563d1 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 16 Feb 2023 15:49:50 +0800 Subject: [PATCH] install lifecycle as part of r tests (#14716) --- samples/client/petstore/R/build_and_test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/client/petstore/R/build_and_test.bash b/samples/client/petstore/R/build_and_test.bash index 0e7828ec879..21baf21970d 100644 --- a/samples/client/petstore/R/build_and_test.bash +++ b/samples/client/petstore/R/build_and_test.bash @@ -19,6 +19,7 @@ Rscript -e "install.packages('rlang', repos='$REPO', lib='$R_LIBS_USER')" Rscript -e "install.packages('rjson', repos='$REPO', lib='$R_LIBS_USER')" Rscript -e "install.packages('devtools', repos='$REPO', lib='$R_LIBS_USER')" Rscript -e "install.packages('stringr', repos='$REPO', lib='$R_LIBS_USER')" +Rscript -e "install.packages('lifecycle', repos='$REPO', lib='$R_LIBS_USER')" rm petstore_1.0.0.tar.gz || true