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 54
54
- name : Create bare environment
55
55
if : matrix.environment-type == 'bare'
56
56
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
58
58
run : |
59
59
pip install $REQUIREMENTS
60
60
pip install .
64
64
env :
65
65
# we want --remote-data only on conda+linux, so use this short-circuiting logic:
66
66
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 }}
68
68
BSRN_FTP_USERNAME : ${{ secrets.BSRN_FTP_USERNAME }}
69
69
BSRN_FTP_PASSWORD : ${{ secrets.BSRN_FTP_PASSWORD }}
70
70
run : pytest pvlib --cov=./ --cov-report=xml $ARGS
You can’t perform that action at this time.
0 commit comments