Skip to content

Commit

Permalink
don't test resolution strat lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
yehoshuadimarsky committed Nov 24, 2024
1 parent fead231 commit 0eb03fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ concurrency:

jobs:
test:
name: Run Tests - Python ${{ matrix.python-version }} - Strat ${{ matrix.uv-resolution-strategy }}
name: Tests - Python ${{ matrix.python-version }} - Resolution Strat ${{ matrix.uv-resolution-strategy }}
runs-on: ubuntu-20.04
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
uv-resolution-strategy: ["highest", "lowest-direct", "lowest"]
uv-resolution-strategy: ["highest", "lowest-direct"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0eb03fb

Please sign in to comment.