Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Oct 14, 2024
1 parent 9a5dfd5 commit 6deb037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
pip install -r requirements.txt
pip install pytest
- name: Run tests
run: pytest tests/
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)
pytest tests/

0 comments on commit 6deb037

Please sign in to comment.