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 5454 - name : Create bare environment
5555 if : matrix.environment-type == 'bare'
5656 env :
57- REQUIREMENTS : pip install pytest pytest-cov pytest-mock requests-mock pytest-timeout pytest-rerunfailures pytest-remotedata
57+ REQUIREMENTS : pytest pytest-cov pytest-mock requests-mock pytest-timeout pytest-rerunfailures pytest-remotedata
5858 run : |
5959 pip install $REQUIREMENTS
6060 pip install .
6464 env :
6565 # we want --remote-data only on conda+linux, so use this short-circuiting logic:
6666 ARGS : " ${{ (matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda') && '--remote-data' || '' }}"
67- NREL_API_KEY : ${{ secrets.NREL_API_KEY }}
67+ NREL_API_KEY : ${{ secrets.NRELAPIKEY }}
6868 BSRN_FTP_USERNAME : ${{ secrets.BSRN_FTP_USERNAME }}
6969 BSRN_FTP_PASSWORD : ${{ secrets.BSRN_FTP_PASSWORD }}
7070 run : pytest pvlib --cov=./ --cov-report=xml $ARGS
You can’t perform that action at this time.
0 commit comments