OliverPerrin commited on
Commit
d229a32
·
1 Parent(s): 0bf35d7

CI: Use python -m pytest to ensure correct sys.path

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml CHANGED
@@ -35,4 +35,4 @@ jobs:
35
 
36
  - name: Run tests
37
  run: |
38
- pytest tests/ --cov=src --cov-report=xml
 
35
 
36
  - name: Run tests
37
  run: |
38
+ python -m pytest tests/ --cov=src --cov-report=xml