Skip to content

Commit f6e3067

Browse files
committed
Fix PYTHONPATH in CI
1 parent a7f8c14 commit f6e3067

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
REFRESH_TOKEN_DAYS: "7"
3232
LOGIN_LIMIT: "5"
3333
LOGIN_WINDOW_SECONDS: "60"
34+
PYTHONPATH: .
3435

3536
steps:
3637
- name: Checkout
@@ -54,4 +55,4 @@ jobs:
5455
run: black --check .
5556

5657
- name: Run tests
57-
run: pytest -q
58+
run: python -m pytest -q

0 commit comments

Comments
 (0)