cicd: change python to python3

This commit is contained in:
light7734 2024-10-14 14:08:31 +03:30
parent e8630c9b5a
commit 0cee40e927
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 1 deletions

View File

@ -55,8 +55,9 @@ steps:
image: ubuntu_amd64:latest image: ubuntu_amd64:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- . /opt/venv/bin/activate
- pip --version - pip --version
- python --version - python3 --version
- conan --version - conan --version
- gcc --version - gcc --version
- g++ --version - g++ --version