diff --git a/.github/workflows/test-pip-build.yml b/.github/workflows/test-pip-build.yml index ace36bf61..cf9d94189 100644 --- a/.github/workflows/test-pip-build.yml +++ b/.github/workflows/test-pip-build.yml @@ -27,6 +27,8 @@ jobs: python3 setup.py bdist_wheel pip3 install -r requirements.txt rm ./changedetection.py + rm -rf changedetectio + pip3 install dist/changedetection.io*.whl changedetection.io -d /tmp -p 10000 & sleep 3