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 0e827b1 commit acd7eb0Copy full SHA for acd7eb0
.github/workflows/build.yml
@@ -59,12 +59,9 @@ jobs:
59
- name: Build wheels
60
uses: pypa/cibuildwheel@v3.1.3
61
env:
62
- CIBW_BEFORE_BUILD: |
63
- if [ -n "${{ matrix.numpy-version }}" ]; then
64
- pip install --force-reinstall "numpy==${{ matrix.numpy-version }}.*"
65
- python -c "import numpy; print('cibuildwheel NumPy version:', numpy.__version__)"
66
- fi
67
-
+ CIBW_TEST_REQUIRES: "numpy==${{ matrix.numpy-version }}.* pytest"
+ CIBW_TEST_COMMAND: |
+ pytest
68
69
- name: Make sdist
70
if: ${{ matrix.os == 'windows-latest' }}
0 commit comments