We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049b93b commit bce280dCopy full SHA for bce280d
.github/workflows/pytest.yml
@@ -61,11 +61,6 @@ jobs:
61
62
- name: Run tests
63
shell: bash -l {0} # necessary for conda env to be active
64
- env:
65
- # copy GitHub Secrets into environment variables for the tests to access
66
- NREL_API_KEY: ${{ secrets.NRELAPIKEY }}
67
- BSRN_FTP_USERNAME: ${{ secrets.BSRN_FTP_USERNAME }}
68
- BSRN_FTP_PASSWORD: ${{ secrets.BSRN_FTP_PASSWORD }}
69
run: pytest pvlib --cov=./ --cov-report=xml
70
71
# - name: Upload coverage to Codecov
0 commit comments