Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anupammaurya6767 committed Nov 12, 2023
2 parents af2bf37 + 58caafd commit 24a78c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
- name: Run tests
run: |
pytest test_tanji.py
pytest test/test_tanji.py
env:
PYTHONDONTWRITEBYTECODE: 1 # Avoid __pycache__ creation
PYTHONPATH: "${{ runner.workspace }}"

0 comments on commit 24a78c3

Please sign in to comment.