Skip to content

Commit 14eb6f7

Browse files
authored
Update automation_init.sh (#16599)
1 parent 1e20065 commit 14eb6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/automation_init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ VIRTUAL_ENV=$TMPDIR/venv-sdk
66
export VIRTUAL_ENV
77
PATH="$VIRTUAL_ENV/bin:$PATH"
88
export PATH
9+
python -m pip install -U pip
910
python scripts/dev_setup.py -p azure-core
1011
echo "{}" >> $2
1112
echo "[Generate] init success!!!"

0 commit comments

Comments
 (0)