From d5d02899a55a76f7d49638efe8dd5a37b24cbfdb Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:38:43 +0200 Subject: [PATCH] Add solaranywhere api key to pytest-remote-data.yml --- .github/workflows/pytest-remote-data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest-remote-data.yml b/.github/workflows/pytest-remote-data.yml index ad57d2c175..347871658b 100644 --- a/.github/workflows/pytest-remote-data.yml +++ b/.github/workflows/pytest-remote-data.yml @@ -97,6 +97,7 @@ jobs: env: # copy GitHub Secrets into environment variables for the tests to access NREL_API_KEY: ${{ secrets.NRELAPIKEY }} + SOLARANYWHERE_API_KEY: ${{ secrets.SOLARANYWHERE_API_KEY }} BSRN_FTP_USERNAME: ${{ secrets.BSRN_FTP_USERNAME }} BSRN_FTP_PASSWORD: ${{ secrets.BSRN_FTP_PASSWORD }} run: pytest pvlib/tests/iotools pvlib/tests/test_forecast.py --cov=./ --cov-report=xml --remote-data