Skip to content

Commit bad3ce1

Browse files
henryiiimayeut
authored andcommitted
ci: add a test on the host for linux
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 815b062 commit bad3ce1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
with:
6666
path: ./wheelhouse/*.whl
6767

68+
- name: Test wheel on host Linux
69+
if: runner.os == 'Linux' && matrix.arch == 'x86_64'
70+
run: |
71+
pip install wheelhouse/*manylinux*x86_64*.whl
72+
ninja --version
73+
python -m ninja --version
74+
6875
build_sdist:
6976
name: Build source distribution
7077
needs: [lint]

0 commit comments

Comments
 (0)