Don't run pytest in isolated mode in pip workflow

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 10:37:28 +05:30
parent 87c698e940
commit fd739e87c1

View File

@ -48,4 +48,4 @@ jobs:
run: python -I -c "import pylibbpf; print('Import successful')"
- name: Test
run: python -I -m pytest -v
run: python -m pytest -v