Skip to content

Commit

Permalink
remove surplus code for dependency (#34978)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Mar 28, 2024
1 parent 555560a commit af472a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions scripts/auto_release/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ def generate_code(self):

# generate code(be careful about the order)
print_exec('python scripts/dev_setup.py -p azure-core')
print_exec('pip install PyGithub')
print_exec('pip install GitPython')
print_check(f'python -m packaging_tools.sdk_generator {self.autorest_result} {self.autorest_result}')

generate_result = self.get_autorest_result()
Expand Down
2 changes: 0 additions & 2 deletions scripts/automation_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH
python -m pip install -U pip
python scripts/dev_setup.py -p azure-core
python -m pip install PyGithub
python -m pip install GitPython

echo "{}" >> $2
echo "[Generate] init success!!!"
2 changes: 0 additions & 2 deletions scripts/sdk_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ echo "$PATH"
python3.10 -m venv $TMPDIR/venv-sdk
python -m pip install -U pip
python scripts/dev_setup.py -p azure-core
python -m pip install PyGithub
python -m pip install GitPython

if [ x"$1" = x ]; then
echo "[Generate] init success!!!"
Expand Down

0 comments on commit af472a2

Please sign in to comment.