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