Skip to content

Commit

Permalink
update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Oct 31, 2023
1 parent 06d1db9 commit 627c6fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
run: |
pip install .
- name: Run tests and coverage
shell: bash
shell: micromamba-shell {0}
env:
EDS_CLIENT_ID: ${{ secrets.EDS_CLIENT_ID }}
EDS_AUTH_URL: ${{ secrets.EDS_AUTH_URL }}
EDS_SECRET: ${{ secrets.EDS_SECRET }}
EDS_API_URL: ${{ secrets.EDS_API_URL }}
run: |
pytest -v tests --cov=earthdaily
run: pytest -v tests --cov=earthdaily

0 comments on commit 627c6fd

Please sign in to comment.