We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76ff60 commit 1d0b577Copy full SHA for 1d0b577
pack/scripts/nix_deps.sh
@@ -2,6 +2,8 @@
2
3
python -m venv .env
4
source .env/bin/activate
5
+python -m pip install --upgrade pip
6
+
7
python -m pip install .
8
9
python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps"
0 commit comments