Skip to content

Commit 8622843

Browse files
authored
Update automation_init.sh (Azure#16598)
1 parent 8066770 commit 8622843

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)