Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix pipeline
  • Loading branch information
msyyc committed Mar 27, 2024
commit 8b3229b8eb345db1a1d06b4705686f90b7a85a3b
2 changes: 2 additions & 0 deletions scripts/sdk_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!"
Expand Down