We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123708a commit f89fdf6Copy full SHA for f89fdf6
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install -r requirements.txt
28
29
- name: Run pytest
30
- run: pytest tests/ -v
+ run: PYTHONPATH=. pytest tests/ -v
31
32
deploy:
33
name: Deploy to Server
0 commit comments