|  | @@ -25,8 +25,8 @@ cd /var/local/git/grpc
 | 
	
		
			
				|  |  |  VIRTUAL_ENV=$(mktemp -d)
 | 
	
		
			
				|  |  |  virtualenv "$VIRTUAL_ENV" -p python3
 | 
	
		
			
				|  |  |  PYTHON="$VIRTUAL_ENV"/bin/python
 | 
	
		
			
				|  |  | -"$PYTHON" -m pip install --upgrade pip==19.3.1
 | 
	
		
			
				|  |  | -"$PYTHON" -m pip install --upgrade grpcio grpcio-tools google-api-python-client google-auth-httplib2 oauth2client
 | 
	
		
			
				|  |  | +"$PYTHON" -m pip install -r tools/internal_ci/linux/xds_interop_dependencies/pip.lock
 | 
	
		
			
				|  |  | +"$PYTHON" -m pip install -r tools/internal_ci/linux/xds_interop_dependencies/requirements.lock
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # Prepare generated Python code.
 | 
	
		
			
				|  |  |  TOOLS_DIR=tools/run_tests
 |