From 61a287c848424062b0908a7297ec65d6713c98f1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 23 Mar 2023 09:05:53 +0100 Subject: [PATCH] be sure the source package is not on the disk --- .github/workflows/test-pip-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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