Spaces:
Sleeping
Sleeping
Commit
·
d229a32
1
Parent(s):
0bf35d7
CI: Use python -m pytest to ensure correct sys.path
Browse files- .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
|