Skip to content

Commit 75c3299

Browse files
committed
Update dobuild.py
1 parent 734102d commit 75c3299

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/dobuild.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
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(_dir, _f)
38+
3539
subprocess.run(f"{pyPath} -m pip install --upgrade pip")
3640
if binding.lower().startswith("pyqt"):
3741
if qtversion.startswith("6"):

0 commit comments

Comments
 (0)