Skip to content

Commit e27646b

Browse files
committed
Force local build and test with numpy 1.26
1 parent acd7eb0 commit e27646b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ jobs:
5656
if: matrix.numpy-version
5757
run: pip install "numpy==${{ matrix.numpy-version }}.*"
5858

59+
- name: Local Build
60+
run: pip install -e .
61+
62+
- name: Test
63+
run: |
64+
pip install pytest
65+
python -m pytest
66+
5967
- name: Build wheels
6068
uses: pypa/cibuildwheel@v3.1.3
61-
env:
62-
CIBW_TEST_REQUIRES: "numpy==${{ matrix.numpy-version }}.* pytest"
63-
CIBW_TEST_COMMAND: |
64-
pytest
6569

6670
- name: Make sdist
6771
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)