From adf2e973ab219eb514db4cfbae24968d3da4b841 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 10:55:15 +0200 Subject: [PATCH] pip3 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e1d3e1a..85a18b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,8 @@ steps: - cd /drone/src/ - python -m venv venv - source venv/bin/activate - - pip config --user set global.progress_bar off - - pip install --prefer-binary -r requirements.txt + - pip3 config --user set global.progress_bar off + - pip3 install --prefer-binary -r requirements.txt - pyinstaller --onefile --name matomo-csv-util --distpath /drone/src/out/ /drone/src/main.py - deactivate - cp -v out/matomo-csv-util dist/