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):
206206
207207 # generate code(be careful about the order)
208208 print_exec ('python scripts/dev_setup.py -p azure-core' )
209+ print_exec ('pip install PyGithub' )
210+ print_exec ('pip install GitPython' )
209211 print_check (f'python -m packaging_tools.sdk_generator { self .autorest_result } { self .autorest_result } ' )
210212
211213 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"
1414export PATH
1515python -m pip install -U pip
1616python scripts/dev_setup.py -p azure-core
17+ python -m pip install PyGithub
18+ python -m pip install GitPython
19+
1720echo " {}" >> $2
1821echo " [Generate] init success!!!"
You can’t perform that action at this time.
0 commit comments