| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -268,7 +268,7 @@ jobs: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        ${{ env.RUN }} "scons -j$(nproc)" | 
					 | 
					 | 
					 | 
					        ${{ env.RUN }} "scons -j$(nproc)" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # PYTHONWARNINGS triggers a SyntaxError in onnxruntime | 
					 | 
					 | 
					 | 
					    # PYTHONWARNINGS triggers a SyntaxError in onnxruntime | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - name: Run model replay with ONNX | 
					 | 
					 | 
					 | 
					    - name: Run model replay with ONNX | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 3 | 
					 | 
					 | 
					 | 
					      timeout-minutes: 4 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      run: | | 
					 | 
					 | 
					 | 
					      run: | | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        ${{ env.RUN_CL }} "unset PYTHONWARNINGS && \ | 
					 | 
					 | 
					 | 
					        ${{ env.RUN_CL }} "unset PYTHONWARNINGS && \ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                           ONNXCPU=1 CI=1 NO_NAV=1 coverage run selfdrive/test/process_replay/model_replay.py && \ | 
					 | 
					 | 
					 | 
					                           ONNXCPU=1 CI=1 NO_NAV=1 coverage run selfdrive/test/process_replay/model_replay.py && \ | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |