Skip to content

Commit 50f99bb

Browse files
authored
add dependency (Azure#40436)
1 parent 11f1bb7 commit 50f99bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/auto_release/requirement.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ PyGithub==1.55
55
packaging==24.1
66
pytest==6.2.5
77
fastcore==1.3.25
8-
tox==4.15.0
8+
tox==4.15.0
9+
wheel

scripts/automation_init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export PATH
1515
python -m pip install -U pip > /dev/null
1616
python scripts/dev_setup.py -p azure-core > /dev/null
1717
pip install tox==4.15.0 > /dev/null
18+
pip install wheel > /dev/null
1819

1920
# install tsp-client globally (local install may interfere with tooling)
2021
echo Install tsp-client

0 commit comments

Comments
 (0)