From 5db797d5e0c7e609e81b68df7c395692a1eea1ff Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 7 Oct 2021 15:09:54 +0100 Subject: [PATCH] Backport PR #21307: Use in-tree builds for PyPy wheels --- .github/workflows/cibuildwheel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index e73bc83c210d..6d64422adb66 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -102,6 +102,7 @@ jobs: CIBW_BUILD: "pp37-*" CIBW_BEFORE_BUILD: pip install certifi numpy==${{ env.min-numpy-version }} CIBW_ARCHS: ${{ matrix.cibw_archs }} + PIP_USE_FEATURE: in-tree-build if: matrix.cibw_archs != 'aarch64' - name: Validate that LICENSE files are included in wheels