Skip to content

Commit 8d23bcf

Browse files
test: separate pip download from main Python pack
1 parent 98e3701 commit 8d23bcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PyCS.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ void CreatePython()
109109
}
110110
}
111111
}
112+
}
113+
114+
public void InstallPip()
115+
{
112116
try
113117
{
114118
if (!File.Exists("python3_12\\get-pip.py"))

0 commit comments

Comments
 (0)