File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
6060
6161name : Install openvino-nightly 
6262        if : ${{ matrix.openvino == 'ov-nightly' }} 
63-         run : pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly  
63+         run : pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release  
6464
6565      - name : Install openvino release 
6666        if : ${{ matrix.openvino == 'ov-stable' }} 
6767        run : pip install .[openvino] 
6868
6969      - name : Install nncf develop 
7070        if : ${{ matrix.nncf == 'nncf-develop' }} 
71-         run : pip install git+https://github.com/openvinotoolkit/nncf.git 
71+         run : pip install git+https://github.com/openvinotoolkit/nncf.git@release_v2141  
7272
7373      - name : Install nncf release 
7474        if : ${{ matrix.nncf == 'nncf-stable' }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments