File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,8 @@ 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' )
209
211
print_check (f'python -m packaging_tools.sdk_generator { self .autorest_result } { self .autorest_result } ' )
210
212
211
213
generate_result = self .get_autorest_result ()
Original file line number Diff line number Diff line change @@ -14,5 +14,8 @@ 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
echo " {}" >> $2
18
21
echo " [Generate] init success!!!"
You can’t perform that action at this time.
0 commit comments