Remove debug prints from test, fix name of Pip workflow

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 17:21:30 +05:30
parent 0780615fc5
commit 8585f170cb
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Tests
name: Pip
on:
push:

View File

@ -2,7 +2,6 @@ import pylibbpf as m
def test_main():
print(dir(m))
assert m.__version__ == "0.0.6"
prog = m.BpfObject("tests/execve2.o", structs={})
print(prog)