From 433990a6fd40b19267541f027ad533cd650de85f Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 6 Nov 2024 14:02:36 -0900 Subject: [PATCH] let nox handle setup --- .github/workflows/test-mindeps.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test-mindeps.yml b/.github/workflows/test-mindeps.yml index f7de53d7..ff8b0bce 100644 --- a/.github/workflows/test-mindeps.yml +++ b/.github/workflows/test-mindeps.yml @@ -21,23 +21,11 @@ jobs: - name: Checkout source uses: actions/checkout@v4.1.1 - - name: Install uv - uses: astral-sh/setup-uv@v3 - with: - version: "0.4.7" - enable-cache: true - - name: Setup nox uses: wntrblm/nox@2024.10.09 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