File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212  quick-benchmarks :
1313    runs-on : ubuntu-latest 
14-     defaults : 
15-       run :
16-         shell : bash -el {0} 
1714
1815    steps :
1916      - uses : actions/checkout@v4 
Original file line number Diff line number Diff line change 8989          REQUIREMENTS : ci/requirements-py${{ matrix.python-version }}${{ matrix.suffix }}.yml 
9090
9191      - name : List installed package versions 
92-         shell : bash -l {0}   #  necessary for conda env to be active
9392        run : conda list 
9493
9594      - name : Run tests 
96-         shell : bash -l {0}   #  necessary for conda env to be active
9795        env :
9896          #  copy GitHub Secrets into environment variables for the tests to access
9997          NREL_API_KEY : ${{ secrets.NRELAPIKEY }} 
Original file line number Diff line number Diff line change 5555
5656      - name : List installed package versions (conda) 
5757        if : matrix.environment-type == 'conda' 
58-         shell : bash -l {0}   #  necessary for conda env to be active
5958        run : micromamba list 
6059
6160      - name : Install bare Python ${{ matrix.python-version }}${{ matrix.suffix }} 
6665
6766      - name : Install pvlib 
6867        if : matrix.environment-type == 'conda' 
69-         shell : bash -l {0} 
7068        run : python -m pip install --no-deps . 
7169
7270      - name : Set up bare environment 
7674          pip freeze 
7775
7876       - name : Run tests 
79-         shell : bash -l {0}   #  necessary for conda env to be active
8077        run : | 
8178          # ignore iotools; those tests are run in a separate workflow 
8279          pytest pvlib --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments