Skip to content

Commit 7a1b995

Browse files
committed
Installing werkzeug directly
1 parent 005b198 commit 7a1b995

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eng/templates/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
python -m venv .env
1919
.env\Scripts\Activate.ps1
2020
python -m pip install -U pip
21-
python -m pip install -e .
22-
python -m pip install twine wheel
21+
python -m pip install werkzeug twine wheel
2322
python setup.py sdist bdist_wheel
2423
displayName: 'Build Python SDK'

eng/templates/jobs/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
python -m venv .env
1414
.env\Scripts\Activate.ps1
1515
python -m pip install -U pip
16-
python -m pip install -e .
17-
python -m pip install twine wheel
16+
python -m pip install werkzeug twine wheel
1817
python setup.py sdist bdist_wheel
1918
displayName: 'Build Python SDK'

0 commit comments

Comments
 (0)