mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Update pip.yml
This commit is contained in:
1
.github/workflows/pip.yml
vendored
1
.github/workflows/pip.yml
vendored
@ -48,4 +48,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python -m pytest -v
|
run: python -m pytest -v
|
||||||
|
|
||||||
1
setup.py
1
setup.py
@ -1,5 +1,4 @@
|
|||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
import pylibbpf as m
|
import pylibbpf as m
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
assert m.__version__ == "0.0.1"
|
assert m.__version__ == "0.0.1"
|
||||||
assert m.add(1, 2) == 3
|
assert m.add(1, 2) == 3
|
||||||
|
|||||||
Reference in New Issue
Block a user