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 48c440d commit 7714053Copy full SHA for 7714053
.github/workflows/code.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Install Python Dependencies
74
# Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962
75
- run: pip install build cibuildwheel>=2.3.1
+ run: pip install build cibuildwheel==2.2.2
76
77
- name: Build Sdist
78
if: matrix.sdist
@@ -81,7 +81,6 @@ jobs:
81
- name: Build Wheel
82
run: cibuildwheel --output-dir dist
83
env:
84
- PIP_USE_DEPRECATED: out-of-tree-build
85
CIBW_BUILD: ${{ matrix.python }}*64
86
CIBW_TEST_EXTRAS: dev
87
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
0 commit comments