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