Skip to content

Commit f4f99a4

Browse files
authored
Merge pull request #2 from Ayush2006128/Ayush2006128-patch-1
Update pytest command to set PYTHONPATH
2 parents b896e0f + 8777cf7 commit f4f99a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
uv run ruff format --check .
3636
3737
- name: Run Pytest
38-
run: uv run pytest
38+
run: PYTHONPATH=. uv run pytest

0 commit comments

Comments
 (0)