diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8566f9a..2a85085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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