Skip to content

Commit

Permalink
Install test deps 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 c0cf028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
python-version-file: pyproject.toml

- name: Install minimum-compatible dependencies
run: uv sync --resolution lowest-direct
run: uv sync --resolution lowest-direct --extra test

- name: Install earthaccess
run: uv pip install --no-deps .

- name: Test
run: pytest tests/unit --cov=earthaccess --cov=tests --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO
run: uv run pytest tests/unit --cov=earthaccess --cov=tests --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO

- name: Upload coverage
# Don't upload coverage when using the `act` tool to run the workflow locally
Expand Down

0 comments on commit c0cf028

Please sign in to comment.