Skip to content

Commit 6657f70

Browse files
AlexanderWells-diamondcoretl
authored andcommitted
Remove now invalid command line argument
Pip has updated on Python 3.7+ to disallow the out-of-tree-build arg
1 parent 6903754 commit 6657f70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/code.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
- name: Build Wheel
9494
run: cibuildwheel --output-dir dist
9595
env:
96-
# Force old behaviour of pip - see https://github.com/pypa/cibuildwheel/issues/962
97-
CIBW_ENVIRONMENT: PIP_USE_DEPRECATED=out-of-tree-build
9896
CIBW_BUILD: ${{ matrix.python }}*64
9997
CIBW_TEST_EXTRAS: dev
10098
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}

0 commit comments

Comments
 (0)