Skip to content

Commit 7ae29c2

Browse files
Copilotswathipil
andauthored
Fix pip module invocation in sdk_package.py (Azure#41310)
* Initial plan for issue * Fix pip module invocation in sdk_package.py Co-authored-by: swathipil <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: swathipil <[email protected]>
1 parent c91ab59 commit 7ae29c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/azure-sdk-tools/packaging_tools/sdk_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def main(generate_input, generate_output):
7878
check_call(
7979
[
8080
"python",
81-
"-m" "pip",
81+
"-m",
82+
"pip",
8283
"install",
8384
"-r",
8485
"../../../eng/apiview_reqs.txt",

0 commit comments

Comments
 (0)