File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
python -m venv .env
4
4
source .env/bin/activate
5
- python -m pip install --upgrade pip
5
+ python -m pip install --upgrade pip setuptools wheel
6
6
7
- python -m pip install . --use-pep517
7
+ python -m pip install .
8
8
9
- python -m pip install . --no-compile --use-pep517 -- target " $BUILD_SOURCESDIRECTORY /deps"
9
+ python -m pip install . --no-compile --target " $BUILD_SOURCESDIRECTORY /deps"
Original file line number Diff line number Diff line change 1
1
python - m venv .env
2
2
.env\Scripts\Activate.ps1
3
- python - m pip install -- upgrade pip
3
+ python - m pip install -- upgrade pip setuptools wheel
4
4
5
- python - m pip install . -- use-pep517
5
+ python - m pip install .
6
6
7
7
$depsPath = Join-Path - Path $env: BUILD_SOURCESDIRECTORY - ChildPath " deps"
8
8
9
- python - m pip install . azure- functions -- use-pep517 -- no- compile -- target $depsPath.ToString ()
9
+ python - m pip install . azure- functions -- no- compile -- target $depsPath.ToString ()
You can’t perform that action at this time.
0 commit comments