Skip to content

Commit bce280d

Browse files
committed
remove secrets from default pytest workflow
1 parent 049b93b commit bce280d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
6262
- name: Run tests
6363
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 }}
6964
run: pytest pvlib --cov=./ --cov-report=xml
7065

7166
# - name: Upload coverage to Codecov

0 commit comments

Comments
 (0)