cicd: fix pip install call
This commit is contained in:
		
							parent
							
								
									a1d62fcdf3
								
							
						
					
					
						commit
						14072f8a34
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -13,5 +13,4 @@ RUN apt-get install -y \
 | 
				
			||||||
    python3.12-venv
 | 
					    python3.12-venv
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
RUN python3 -m venv /opt/venv
 | 
					RUN python3 -m venv /opt/venv
 | 
				
			||||||
RUN . /opt/venv/bin/activate
 | 
					RUN . /opt/venv/bin/activate && pip install conan==2.5.0
 | 
				
			||||||
RUN pip install conan==2.5.0
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue