mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +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')"
|
||||
|
||||
- name: Test
|
||||
run: python -I -m pytest -v
|
||||
run: python -m pytest -v
|
||||
|
||||
Reference in New Issue
Block a user