Skip to content

Commit

Permalink
let nox handle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 6, 2024
1 parent d728b6f commit 433990a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-mindeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,11 @@ jobs:
- name: Checkout source
uses: actions/[email protected]

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.7"
enable-cache: true

- name: Setup nox
uses: wntrblm/[email protected]
with:
python-version: 3.9

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

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

- name: Test
run: nox -s test-min-deps -- --verbose --cov=earthaccess --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO

Expand Down

0 comments on commit 433990a

Please sign in to comment.