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 acd7eb0 commit e27646bCopy full SHA for e27646b
1 file changed
.github/workflows/build.yml
@@ -56,12 +56,16 @@ jobs:
56
if: matrix.numpy-version
57
run: pip install "numpy==${{ matrix.numpy-version }}.*"
58
59
+ - name: Local Build
60
+ run: pip install -e .
61
+
62
+ - name: Test
63
+ run: |
64
+ pip install pytest
65
+ python -m pytest
66
67
- name: Build wheels
68
uses: pypa/cibuildwheel@v3.1.3
- env:
- CIBW_TEST_REQUIRES: "numpy==${{ matrix.numpy-version }}.* pytest"
- CIBW_TEST_COMMAND: |
- pytest
69
70
- name: Make sdist
71
if: ${{ matrix.os == 'windows-latest' }}
0 commit comments