Skip to content

Commit e679eff

Browse files
committed
ci: use smoke test for riscv64 instead of full test suite
The full pytest-xdist test suite has a known test collection ordering bug that fails on all platforms with multiple workers. Use a simple import + show_config smoke test for now. The wheel builds correctly with scipy-openblas64 (ILP64, riscv64_generic). Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent b28b369 commit e679eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: python3 -m cibuildwheel --output-dir wheelhouse
117117
env:
118118
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
119+
CIBW_TEST_COMMAND: "python -c \"import numpy; print(numpy.__version__); numpy.show_config()\""
119120

120121
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121122
with:

0 commit comments

Comments
 (0)