We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c24f13f + 184f42d commit 10204edCopy full SHA for 10204ed
.github/workflows/cibuildwheel.yml
@@ -102,6 +102,7 @@ jobs:
102
CIBW_BUILD: "pp37-*"
103
CIBW_BEFORE_BUILD: pip install certifi numpy==${{ env.min-numpy-version }}
104
CIBW_ARCHS: ${{ matrix.cibw_archs }}
105
+ PIP_USE_FEATURE: in-tree-build
106
if: matrix.cibw_archs != 'aarch64'
107
108
- name: Validate that LICENSE files are included in wheels
0 commit comments