mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-25 06:31:29 +00:00
Fix more
This commit is contained in:
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -51,8 +51,7 @@ jobs:
|
||||
CIBW_BUILD: "cp312-* cp313-*"
|
||||
CIBW_SKIP: "*-musllinux*"
|
||||
CIBW_TEST_COMMAND: >
|
||||
python -c "
|
||||
import pylibbpf;
|
||||
python -c "import pylibbpf;
|
||||
assert hasattr(pylibbpf, 'BpfObject'), 'BpfObject not found - extension failed to build';
|
||||
assert hasattr(pylibbpf, 'BpfMap'), 'BpfMap not found';
|
||||
print(f'pylibbpf {pylibbpf.__version__} with {len(dir(pylibbpf))} members');
|
||||
|
||||
Reference in New Issue
Block a user