Skip to content

Commit 1d0b577

Browse files
authored
Upgrade pip for linux worker build (#782)
1 parent d76ff60 commit 1d0b577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pack/scripts/nix_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
python -m venv .env
44
source .env/bin/activate
5+
python -m pip install --upgrade pip
6+
57
python -m pip install .
68

79
python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps"

0 commit comments

Comments
 (0)