From 881ba75e25554a1dbb6b9a2b18e550861053e3f7 Mon Sep 17 00:00:00 2001 From: "Hanzhang Zeng (Roger)" Date: Wed, 18 Nov 2020 12:25:19 -0800 Subject: [PATCH] Upgrade pip for linux worker build --- pack/scripts/nix_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pack/scripts/nix_deps.sh b/pack/scripts/nix_deps.sh index 4934b72ce..be9dad4aa 100644 --- a/pack/scripts/nix_deps.sh +++ b/pack/scripts/nix_deps.sh @@ -2,6 +2,8 @@ python -m venv .env source .env/bin/activate +python -m pip install --upgrade pip + python -m pip install . python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps" \ No newline at end of file