Skip to content

Commit

Permalink
add keyring to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler committed Aug 23, 2023
1 parent abae9e9 commit 5b7bfb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
environment-file: ${{ matrix.environment-file }}
activate-environment: earthpy-dev
- run: conda list
- run: python -m keyring NASA_EARTHDATA NED_USERNAME ${{ secrets.EARTHDATA_USERNAME }}
- run: python -m keyring NASA_EARTHDATA NED_USERNAME ${{ secrets.EARTHDATA_PASSWORD }}
- run: pytest -v --color=yes

0 comments on commit 5b7bfb3

Please sign in to comment.