From c18ec0bc34c193326f523ed238059b430dc0c1b5 Mon Sep 17 00:00:00 2001 From: Igor Kvachenok <116455436+tmvfb@users.noreply.github.com> Date: Tue, 21 May 2024 22:21:25 +0200 Subject: [PATCH] test: fix CI failure for periodic functional tests (#10817) 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"