Skip to content

Commit 9144a3b

Browse files
authored
Add solaranywhere api key to pytest-remote-data.yml (#1531)
1 parent b2eca71 commit 9144a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest-remote-data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
env:
9898
# copy GitHub Secrets into environment variables for the tests to access
9999
NREL_API_KEY: ${{ secrets.NRELAPIKEY }}
100+
SOLARANYWHERE_API_KEY: ${{ secrets.SOLARANYWHERE_API_KEY }}
100101
BSRN_FTP_USERNAME: ${{ secrets.BSRN_FTP_USERNAME }}
101102
BSRN_FTP_PASSWORD: ${{ secrets.BSRN_FTP_PASSWORD }}
102103
run: pytest pvlib/tests/iotools pvlib/tests/test_forecast.py --cov=./ --cov-report=xml --remote-data

0 commit comments

Comments
 (0)