cicd: change python to python3
This commit is contained in:
parent
e8630c9b5a
commit
0cee40e927
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue