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.
1 parent ca9a9fd commit 5db797dCopy full SHA for 5db797d
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