From e59457c6da43aa8fcd433c772d47274f24a79da6 Mon Sep 17 00:00:00 2001 From: yijingyan2 Date: Wed, 22 Jul 2026 14:59:11 +1000 Subject: [PATCH] replace python3-pip with uv (#1226) Signed-off-by: Yijing Yan --- .azure-pipelines/test-docker-sonic-vs-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index e7a2b13..3e4cce8 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -72,7 +72,7 @@ jobs: - script: | set -ex # install packages for vs test - sudo pip3 install pytest flaky exabgp docker redis + sudo uv pip install --system pytest flaky exabgp docker redis # install packages for kvm test sudo apt-get -o DPkg::Lock::Timeout=600 install -y libvirt-clients \