Skip to content

Commit

Permalink
Set PYTHONPATH environment variable in PyTest workflow to ensure corr…
Browse files Browse the repository at this point in the history
…ect module resolution
  • Loading branch information
shaneholloman committed Nov 23, 2024
1 parent eadd431 commit 5566a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
pip install .
- name: Run tests
env:
PYTHONPATH: src
run: |
pytest -v tests/test_codemapper.py

0 comments on commit 5566a11

Please sign in to comment.