Skip to content

Commit f89fdf6

Browse files
committed
fixed paths deployment.yml
1 parent 123708a commit f89fdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install -r requirements.txt
2828
2929
- name: Run pytest
30-
run: pytest tests/ -v
30+
run: PYTHONPATH=. pytest tests/ -v
3131

3232
deploy:
3333
name: Deploy to Server

0 commit comments

Comments
 (0)