File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939          uv -v pip install dist/scio_pypi-1.0.1.dev0-py3-none-any.whl 
4040
4141       - name : Build docs (Posix) 
42-         if : matrix.os != 'windows-latest' 
42+         if : matrix.os != 'windows-latest' && matrix.python-version != '3.14'    #  github.com/ThalesGroup/scio/issues/38 
4343        env :
4444          SPHINXOPTS : --fail-on-warning 
4545        run : | 
4646          uv -v run make -C docs 
4747
4848       - name : Build docs (Windows) 
49-         if : matrix.os == 'windows-latest' 
49+         if : matrix.os == 'windows-latest' && matrix.python-version != '3.14'    #  github.com/ThalesGroup/scio/issues/38 
5050        env :
5151          SPHINXOPTS : --fail-on-warning 
5252        run : | 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: 2
88build :
99  os : ubuntu-24.04 
1010  tools :
11-     python : " 3.14 " 
11+     python : " 3.13 "    #  github.com/ThalesGroup/scio/issues/38 
1212  commands :
1313    - pip install uv 
1414    #  Clone the repo hub first to avoid log in sphinx-gallery tutorials
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments