Skip to content

Commit 9aa9406

Browse files
committed
Help cibuildwheel run
1 parent cae3f16 commit 9aa9406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
ccache -s || true
5454
5555
- name: Build wheels
56+
env:
57+
PIP_ROOT_USER_ACTION: ignore
58+
PIP_DISABLE_PIP_VERSION_CHECK: 1
5659
uses: pypa/[email protected]
5760
with:
5861
output-dir: ${{ env.WORKDIR }}/wheelhouse

0 commit comments

Comments
 (0)