Skip to content

Commit dfb62a1

Browse files
committed
debug
1 parent e8adf78 commit dfb62a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_rocky.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
cp $GITHUB_WORKSPACE/pyproject.toml .
105105
106106
$base/python-3.9.11/bin/python3 -m pip install build auditwheel patchelf
107+
echo PATH $PATH
108+
echo n | python3 -m pip uninstall patchelf
107109
$base/python-3.9.11/bin/python3 -m build -w
108110
$base/python-3.9.11/bin/python3 -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl -w audited
109111

0 commit comments

Comments
 (0)