Skip to content

Commit e4c93d0

Browse files
committed
fix(scripts): add back the delelte poetry prefix
#54
1 parent f863eae commit e4c93d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export PREFIX="poetry run python -m "
12
if [ -d 'venv' ] ; then
23
export PREFIX="venv/bin/"
34
fi

0 commit comments

Comments
 (0)