Skip to content

Commit

Permalink
Install pytest for mindeps test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 7, 2024
1 parent e194f14 commit 8aad3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
run: uv sync --resolution lowest-direct

- name: Install earthaccess
run: uv pip install --no-deps .
run: |
uv pip install --no-deps .
uv pip install pytest
- name: Test
run: pytest tests/unit --cov=earthaccess --cov=tests --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO
Expand Down

0 comments on commit 8aad3bf

Please sign in to comment.