be sure the source package is not on the disk

This commit is contained in:
dgtlmoon
2023-03-23 09:05:53 +01:00
parent 0c4c1faf41
commit 61a287c848
+2
View File
@@ -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