From 8b3229b8eb345db1a1d06b4705686f90b7a85a3b Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:57:17 +0800 Subject: [PATCH] fix pipeline --- scripts/sdk_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/sdk_init.sh b/scripts/sdk_init.sh index 1ef08639938f..a4eb85366a2a 100755 --- a/scripts/sdk_init.sh +++ b/scripts/sdk_init.sh @@ -18,6 +18,8 @@ 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!!!"