Skip to content

Commit

Permalink
Workflow with secret for gee
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed May 21, 2024
1 parent e05e627 commit cc2a9d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
earthengine_token: ${{ secrets.earthengine_token }}
run: |
pytest

0 comments on commit cc2a9d8

Please sign in to comment.