Skip to content

Commit 36ed82c

Browse files
committed
see if secrets work
1 parent 220edcb commit 36ed82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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 .
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)