mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-19 11:41:29 +00:00
Don't run pytest in isolated mode in pip workflow
This commit is contained in:
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
@ -48,4 +48,4 @@ jobs:
|
|||||||
run: python -I -c "import pylibbpf; print('Import successful')"
|
run: python -I -c "import pylibbpf; print('Import successful')"
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python -I -m pytest -v
|
run: python -m pytest -v
|
||||||
|
|||||||
Reference in New Issue
Block a user