Browse Source

test we can import the module after install

pull/5/head
Brett Langdon 5 years ago
parent
commit
f857f9faef
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/build.yml

+ 3
- 0
.github/workflows/build.yml View File

@ -63,6 +63,9 @@ jobs:
name: wheelhouse
path: dist
- run: pip install --no-index --find-links=./dist sysaudit
name: Install sysaudit from wheels
- run: python -c "import sysaudit; sysaudit.audit('event')"
name: Check module is importable
upload_pypi:
needs: [test_install]


Loading…
Cancel
Save