From 5e688450d8956e3f03f2275920a43915b1b89395 Mon Sep 17 00:00:00 2001 From: Igor Kvachenok Date: Fri, 10 May 2024 14:02:35 +0200 Subject: [PATCH] fix(test): update periodic functional tests Signed-off-by: Igor Kvachenok --- test/kfp-functional-test/kfp-functional-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kfp-functional-test/kfp-functional-test.sh b/test/kfp-functional-test/kfp-functional-test.sh index 2e07f48f449..ac57fbe354e 100755 --- a/test/kfp-functional-test/kfp-functional-test.sh +++ b/test/kfp-functional-test/kfp-functional-test.sh @@ -12,8 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -apt-get update -y -apt --no-install-recommends -y -q install curl +sudo apt-get update -y +sudo apt --no-install-recommends -y -q install curl source_root="$(pwd)" python3 -m pip install -r "${source_root}/test/kfp-functional-test/requirements.txt"