File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ packaging==24.1
66pytest==6.2.5
77fastcore==1.3.25
88tox==4.15.0
9- wheel
9+ wheel==0.46.1
10+ setuptools==78.1.0
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- VIRTUAL_ENV=$TMPDIR /venv-sdk
4- export VIRTUAL_ENV
5- PATH=" $VIRTUAL_ENV /bin:$PATH "
6- export PATH
7-
8- TEMP_FILE=" $TMPDIR /venv-sdk/auto_temp.json"
3+ TEMP_FILE=" $TMPDIR /auto_temp.json"
94# generate code
105python -m packaging_tools.sdk_generator " $1 " " $TEMP_FILE " --debug 2>&1
116echo " [Generate] codegen done!!!"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # install python3.10
4- sudo add-apt-repository ppa:deadsnakes/ppa > /dev/null
5- sudo apt-get install python3.10 > /dev/null
6- sudo apt-get install python3.10-venv > /dev/null
7-
83# init env
9- rm -rf $TMPDIR /venv-sdk > /dev/null
10- python3.10 -m venv $TMPDIR /venv-sdk > /dev/null
11- VIRTUAL_ENV=$TMPDIR /venv-sdk
12- export VIRTUAL_ENV
13- PATH=" $VIRTUAL_ENV /bin:$PATH "
14- export PATH
154python -m pip install -U pip > /dev/null
165python scripts/dev_setup.py -p azure-core > /dev/null
176pip install tox==4.15.0 > /dev/null
18- pip install wheel > /dev/null
7+ pip install wheel==0.46.1 > /dev/null
8+ pip install setuptools==78.1.0 > /dev/null
199
2010# install tsp-client globally (local install may interfere with tooling)
2111echo Install tsp-client
You can’t perform that action at this time.
0 commit comments