Skip to content

Commit af472a2

Browse files
authored
remove surplus code for dependency (#34978)
1 parent 555560a commit af472a2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

scripts/auto_release/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ 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')
211209
print_check(f'python -m packaging_tools.sdk_generator {self.autorest_result} {self.autorest_result}')
212210

213211
generate_result = self.get_autorest_result()

scripts/automation_init.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ PATH="$VIRTUAL_ENV/bin:$PATH"
1414
export PATH
1515
python -m pip install -U pip
1616
python scripts/dev_setup.py -p azure-core
17-
python -m pip install PyGithub
18-
python -m pip install GitPython
1917

2018
echo "{}" >> $2
2119
echo "[Generate] init success!!!"

scripts/sdk_init.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ echo "$PATH"
1818
python3.10 -m venv $TMPDIR/venv-sdk
1919
python -m pip install -U pip
2020
python scripts/dev_setup.py -p azure-core
21-
python -m pip install PyGithub
22-
python -m pip install GitPython
2321

2422
if [ x"$1" = x ]; then
2523
echo "[Generate] init success!!!"

0 commit comments

Comments
 (0)