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 11f1bb7 commit 50f99bbCopy full SHA for 50f99bb
scripts/auto_release/requirement.txt
@@ -5,4 +5,5 @@ PyGithub==1.55
5
packaging==24.1
6
pytest==6.2.5
7
fastcore==1.3.25
8
-tox==4.15.0
+tox==4.15.0
9
+wheel
scripts/automation_init.sh
@@ -15,6 +15,7 @@ export PATH
15
python -m pip install -U pip > /dev/null
16
python scripts/dev_setup.py -p azure-core > /dev/null
17
pip install tox==4.15.0 > /dev/null
18
+pip install wheel > /dev/null
19
20
# install tsp-client globally (local install may interfere with tooling)
21
echo Install tsp-client
0 commit comments