From 1b79d3afb4c18ff15524ae507c918741baaeb9a3 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 14 Oct 2024 05:47:22 +0000 Subject: [PATCH] Add lowest and highest dep testing --- .github/actions/setup-python-env/action.yml | 1 - .github/workflows/main.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-python-env/action.yml b/.github/actions/setup-python-env/action.yml index 1eb8ec2..e437ecb 100644 --- a/.github/actions/setup-python-env/action.yml +++ b/.github/actions/setup-python-env/action.yml @@ -27,7 +27,6 @@ runs: with: version: ${{ inputs.uv-version }} enable-cache: "true" - cache-dependency-glob: "uv.lock" cache-suffix: ${{ inputs.python-version }}-${{ inputs.resolution }} # Install eo-tides and all required dependencies. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 306c18c..ca43190 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] # , "3.13" # waiting on pyproj - resolution: ["default", "lowest"] + resolution: ["highest", "lowest-direct"] fail-fast: false max-parallel: 10 defaults: