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 005b198 commit 7a1b995Copy full SHA for 7a1b995
eng/templates/build.yml
@@ -18,7 +18,6 @@ jobs:
18
python -m venv .env
19
.env\Scripts\Activate.ps1
20
python -m pip install -U pip
21
- python -m pip install -e .
22
- python -m pip install twine wheel
+ python -m pip install werkzeug twine wheel
23
python setup.py sdist bdist_wheel
24
displayName: 'Build Python SDK'
eng/templates/jobs/build.yml
@@ -13,7 +13,6 @@ jobs:
13
14
15
16
17
0 commit comments