Skip to content

Commit 653995e

Browse files
committed
Fix test for pip GH workflow
1 parent c9a152a commit 653995e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pip install --verbose .[test]
4646

4747
- name: Test import
48-
run: python -c "import pylibbpf; print('Import successful')"
48+
run: python -I -c "import pylibbpf; print('Import successful')"
4949

5050
- name: Test
51-
run: python -m pytest -v
51+
run: python -I -m pytest -v

0 commit comments

Comments
 (0)