Commit 8c9a6005 authored by Kaleb Barrett's avatar Kaleb Barrett

Fix testme.sh

parent 8edd129d
......@@ -39,7 +39,7 @@ echo -e '\n* build + install\n'
python setup.py clean -a
git clean -fdx
python -m dsodemo.cli 2>/dev/null && die "error: worktree must be clean"
pip install -v .
pip install --no-build-isolation -v .
cd ..
......@@ -54,7 +54,7 @@ cd example
python setup.py clean -a
git clean -fdx
(cd src && python -m dsodemo.cli 2>/dev/null) && die "error: worktree must be clean"
pip install -v -e .
pip install --no-build-isolation -v -e .
cd ..
python -m dsodemo.cli
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment