From 0cee40e9272f77bc27dc7b3624047a7589435936 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 14:08:31 +0330 Subject: [PATCH] cicd: change python to python3 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 77a6cd2..a0129ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,8 +55,9 @@ steps: image: ubuntu_amd64:latest pull: if-not-exists commands: + - . /opt/venv/bin/activate - pip --version - - python --version + - python3 --version - conan --version - gcc --version - g++ --version