We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a152a commit 653995eCopy full SHA for 653995e
.github/workflows/pip.yml
@@ -45,7 +45,7 @@ jobs:
45
run: pip install --verbose .[test]
46
47
- name: Test import
48
- run: python -c "import pylibbpf; print('Import successful')"
+ run: python -I -c "import pylibbpf; print('Import successful')"
49
50
- name: Test
51
- run: python -m pytest -v
+ run: python -I -m pytest -v
0 commit comments