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 6903754 commit 6657f70Copy full SHA for 6657f70
.github/workflows/code.yml
@@ -93,8 +93,6 @@ jobs:
93
- name: Build Wheel
94
run: cibuildwheel --output-dir dist
95
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
98
CIBW_BUILD: ${{ matrix.python }}*64
99
CIBW_TEST_EXTRAS: dev
100
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
0 commit comments