Skip to content

Commit b955a6f

Browse files
committed
Added a venv
1 parent b2f4595 commit b955a6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/templates/jobs/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
python --version
1111
displayName: 'Check python version'
1212
- bash: |
13+
python -m venv .env
14+
.env\Scripts\Activate.ps1
1315
python -m pip install -U pip
1416
python -m pip install .
15-
pip install twine wheel
17+
python -m pip install twine wheel
1618
python setup.py sdist bdist_wheel
1719
displayName: 'Build Python SDK'

0 commit comments

Comments
 (0)