Fix arc ut (#11096)
This commit is contained in:
		
							parent
							
								
									4fd1df9cf6
								
							
						
					
					
						commit
						1c5ed9b6cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/llm_unit_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/llm_unit_tests.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -276,7 +276,7 @@ jobs:
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          python -m pip install --upgrade pip
 | 
					          python -m pip install --upgrade pip
 | 
				
			||||||
          python -m pip install --upgrade setuptools
 | 
					          python -m pip install --upgrade "setuptools<70.0.0"
 | 
				
			||||||
          python -m pip install --upgrade wheel
 | 
					          python -m pip install --upgrade wheel
 | 
				
			||||||
          python -m pip install --upgrade notebook
 | 
					          python -m pip install --upgrade notebook
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue