Skip to content

Commit

Permalink
Added directory containing mepo to PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 8, 2024
1 parent 569c336 commit 8d6b315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
timeout-minutes: 5

- name: Run tests
run: python tests/test_mepo_commands.py -v
run: |
export PYTHONPATH=$(pwd)/src:$PYTHONPATH
python tests/test_mepo_commands.py -v
timeout-minutes: 5

0 comments on commit 8d6b315

Please sign in to comment.