Skip to content

Commit

Permalink
Remove earthdata username envvar
Browse files Browse the repository at this point in the history
It's provided as a fixture
  • Loading branch information
mfisher87 authored Aug 27, 2024
1 parent 0daf7ae commit 88bc5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

- name: "Run tests"
env:
EARTHDATA_USERNAME: "${{ secrets.EARTHDATA_USERNAME }}"
EARTHDATA_PASSWORD: "${{ secrets.EARTHDATA_PASSWORD }}"
run: |
pytest icepyx/ --verbose --cov app \
Expand Down

0 comments on commit 88bc5d9

Please sign in to comment.