Thanks to visit codestin.com Credit goes to github.com
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 6833d02 + 8050ee6 commit 30b3bd5Copy full SHA for 30b3bd5
1 file changed
.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