Skip to content

Commit 07cbad7

Browse files
committed
Update dobuild.py
1 parent 077b6c2 commit 07cbad7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/dobuild.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@
3232
Qtinstallpath = f"/home/runner/work/PyElaWidgetTools/Qt/{qtversion}/{qtarchdir}"
3333
qmake = f"{Qtinstallpath}/bin/qmake"
3434

35-
for _dir, _, _fs in os.walk(f"/opt/hostedtoolcache/Python/{pythonversion}/{arch}"):
36-
for _f in _fs:
37-
print(os.path.join(_dir, _f), pyPath)
3835

39-
subprocess.run(f"{pyPath} -m pip install --upgrade pip")
36+
subprocess.run(f"-m pip install --upgrade pip", executable=pyPath)
4037
if binding.lower().startswith("pyqt"):
4138
if qtversion.startswith("6"):
4239
subprocess.run(f"{pyPath} -m pip install pyqt6==6.6 PyQt-builder sip")

0 commit comments

Comments
 (0)