File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,6 @@ def generate_code(self):
206
206
207
207
# generate code(be careful about the order)
208
208
print_exec ('python scripts/dev_setup.py -p azure-core' )
209
- print_exec ('pip install PyGithub' )
210
- print_exec ('pip install GitPython' )
211
209
print_check (f'python -m packaging_tools.sdk_generator { self .autorest_result } { self .autorest_result } ' )
212
210
213
211
generate_result = self .get_autorest_result ()
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ PATH="$VIRTUAL_ENV/bin:$PATH"
14
14
export PATH
15
15
python -m pip install -U pip
16
16
python scripts/dev_setup.py -p azure-core
17
- python -m pip install PyGithub
18
- python -m pip install GitPython
19
17
20
18
echo " {}" >> $2
21
19
echo " [Generate] init success!!!"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ echo "$PATH"
18
18
python3.10 -m venv $TMPDIR /venv-sdk
19
19
python -m pip install -U pip
20
20
python scripts/dev_setup.py -p azure-core
21
- python -m pip install PyGithub
22
- python -m pip install GitPython
23
21
24
22
if [ x" $1 " = x ]; then
25
23
echo " [Generate] init success!!!"
You can’t perform that action at this time.
0 commit comments