From 5d86a9ba6de3c35ed647aa9eff17121cb0d3b4be Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 13:17:31 +0200 Subject: [PATCH] testing --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d286109..03116f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - cd /drone/src/ - python -m venv --system-site-packages venv - source venv/bin/activate + - pip3 list - pip3 config --user set global.progress_bar off - pip3 install --prefer-binary --ignore-installed -r requirements.txt - pyinstaller --onefile --name matomo-csv-util.bin --hidden-import=tkinter -y --distpath /drone/src/out/ /drone/src/main.py