Skip to content

Commit

Permalink
ci: add a test on the host for linux
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Nov 6, 2022
1 parent c5a6e10 commit fdc3bce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
with:
path: ./wheelhouse/*.whl

- name: Test wheel on host Linux
if: runner.os == "Linux" && matrix.arch == "x86_64"
run: |
pip install wheelhouse/*manylinux*x86_64*.whl
ninja --version
python -m ninja --version
build_sdist:
name: Build source distribution
needs: [lint]
Expand Down

0 comments on commit fdc3bce

Please sign in to comment.