Skip to content

Commit 805820d

Browse files
authored
fix pipeline (#34956)
1 parent 8215247 commit 805820d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sdk_init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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
2123

2224
if [ x"$1" = x ]; then
2325
echo "[Generate] init success!!!"

0 commit comments

Comments
 (0)