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