Skip to content

Commit

Permalink
Installing werkzeug directly
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar committed Nov 15, 2024
1 parent 005b198 commit 7a1b995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions eng/templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
python -m venv .env
.env\Scripts\Activate.ps1
python -m pip install -U pip
python -m pip install -e .
python -m pip install twine wheel
python -m pip install werkzeug twine wheel
python setup.py sdist bdist_wheel
displayName: 'Build Python SDK'
3 changes: 1 addition & 2 deletions eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
python -m venv .env
.env\Scripts\Activate.ps1
python -m pip install -U pip
python -m pip install -e .
python -m pip install twine wheel
python -m pip install werkzeug twine wheel
python setup.py sdist bdist_wheel
displayName: 'Build Python SDK'

0 comments on commit 7a1b995

Please sign in to comment.