Skip to content

Commit

Permalink
Add lowest and highest dep testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 14, 2024
1 parent 88cdb80 commit 1b79d3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b79d3a

Please sign in to comment.