Update rundemo.sh
Some checks failed
python-build / build (push) Failing after 29s

This commit is contained in:
Greg Gauthier 2024-07-21 19:04:25 +00:00
parent 7ad9df8f78
commit 2ea94861c2

View File

@ -1,7 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
python3 -m pip install pipenv
pipenv run ./install.sh
pipenv run python3 app/simple.py & PID=$! pipenv run python3 app/simple.py & PID=$!
pipenv run python3 -m pytest tests/test_hov.py --verbose --show-capture=all pipenv run python3 -m pytest tests/test_hov.py --verbose --show-capture=all
kill -9 $PID kill -9 $PID