Skip to content

Commit 51b37d9

Browse files
Add comment explaining env var
1 parent f9a8af1 commit 51b37d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Build Wheel
8282
run: cibuildwheel --output-dir dist
8383
env:
84+
# Force old behaviour of pip - see https://github.com/pypa/cibuildwheel/issues/962
8485
CIBW_ENVIRONMENT: PIP_USE_DEPRECATED=out-of-tree-build
8586
CIBW_BUILD: ${{ matrix.python }}*64
8687
CIBW_TEST_EXTRAS: dev

0 commit comments

Comments
 (0)