Skip to content

Commit

Permalink
Add dep/labeller to PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
PossiblyAShrub committed Jan 18, 2024
1 parent 22187a9 commit e3ed2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if ! test -f "samples/$sample.py"; then
exit 1
fi

PYTHONPATH="." python3 "samples/$sample.py"
PYTHONPATH=".:dep/labeller" python3 "samples/$sample.py"
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

PYTHONPATH="." pytest
PYTHONPATH=".:dep/labeller" pytest

0 comments on commit e3ed2b9

Please sign in to comment.