Skip to content

Commit db1e53b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
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
5151
run: python -m pytest -v

0 commit comments

Comments
 (0)