cicd: change python to python3
This commit is contained in:
		
							parent
							
								
									e8630c9b5a
								
							
						
					
					
						commit
						0cee40e927
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue