File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140              python -m pip install --break-system-packages --no-deps . -v --no-build-isolation --force-reinstall && 
141141               
142142              # Install test dependencies separately 
143-               python -m pip install --break-system-packages pytest pytest-run-parallel pytest-timeout && 
143+               python -m pip install --break-system-packages pytest pytest-run-parallel pytest-timeout mpmath  && 
144144               
145145              cd .. 
146146              python -m pytest -vvv --color=yes --timeout=600 --tb=short quaddtype/tests/ 
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217          LDFLAGS : " -fopenmp" 
218218        run : | 
219219          python -m build --sdist --no-isolation --outdir dist/ 
220-           pip install --no-build-isolation dist/*.tar.gz -v 
220+           pip install --no-build-isolation dist/*.tar.gz[test]  -v 
221221          pytest -s tests 
222222         working-directory : ./quaddtype 
223223
Original file line number Diff line number Diff line change 6565        working-directory : quaddtype 
6666        run : | 
6767          export LDFLAGS="-fopenmp" 
68-           python -m pip install . -v --no-build-isolation 
68+           python -m pip install .[test]  -v --no-build-isolation 
6969
7070       - name : Run quaddtype tests 
7171        working-directory : quaddtype 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments