Skip to content

Commit

Permalink
adjust PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zcqian committed Aug 17, 2021
1 parent bb18ee2 commit 3c54ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install PyTest
run: pip install pytest
- name: Run App Tests
run: pytest test_local.py
run: PYTHONPATH=../.. pytest test_local.py
working-directory: src/tests/app
services:
Elasticsearch:
Expand Down

0 comments on commit 3c54ace

Please sign in to comment.