Skip to content

Commit 4b0110d

Browse files
committed
CI: call pytest directly to avoid python preprending CWD to PYTHONPATH
Comment: #95
1 parent c4169e5 commit 4b0110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Test
3535
run: |
3636
sudo modprobe fuse
37-
python -m pytest
37+
pytest

0 commit comments

Comments
 (0)