Skip to content

Commit ec308d3

Browse files
committed
Create issue: CI Fails: ModuleNotFoundError for heic_converter - Add PYTHONPATH in workflow
1 parent cb9b28a commit ec308d3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CI Fails: ModuleNotFoundError for heic_converter - Add PYTHONPATH in workflow
2+
3+
## Issue Description
4+
The CI job is failing because tests cannot import the heic_converter module (see: https://github.com/johnsirmon/pyExtractHEIC/actions/runs/22279887377/job/64448850222?pr=4). This can be fixed by setting the PYTHONPATH to the repo root in the 'Test (pytest)' workflow step.
5+
6+
## Suggested change:
7+
```yaml
8+
- name: Test (pytest)
9+
run: PYTHONPATH=. pytest --tb=short
10+
```

0 commit comments

Comments
 (0)