This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
sysaudit
mirror of
https://github.com/brettlangdon/sysaudit.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
test we can import the module after install
pull/5/head
Brett Langdon
5 years ago
parent
d49f5ace78
commit
f857f9faef
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Cancel
Save