Skip to content

Commit 005b198

Browse files
committed
Changed to editable install
1 parent 69fbd08 commit 005b198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/templates/build.yml

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

eng/templates/jobs/build.yml

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

0 commit comments

Comments
 (0)