File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,23 +27,32 @@ jobs:
2727 matrix :
2828 os : [ ubuntu-latest, windows-latest, macos-latest ]
2929 python-version : ["3.14"]
30+ uv-resolution :
31+ - highest
3032 include :
3133 - python-version : " 3.9"
3234 os : macos-latest
35+ uv-resolution : lowest-direct
3336 - python-version : " 3.10"
3437 os : ubuntu-latest
38+ uv-resolution : highest
3539 - python-version : " 3.11"
3640 os : windows-latest
41+ uv-resolution : lowest-direct
3742 - python-version : " 3.12"
3843 os : macos-latest
44+ uv-resolution : highest
3945 - python-version : " 3.13"
4046 os : ubuntu-latest
47+ uv-resolution : lowest-direct
4148 - python-version : " 3.13"
4249 os : windows-latest
50+ uv-resolution : highest
4351 fail-fast : false
4452 runs-on : ${{ matrix.os }}
4553 env :
4654 UV_PYTHON : ${{ matrix.python-version }}
55+ UV_RESOLUTION : ${{ matrix.uv-resolution }}
4756 steps :
4857 - name : Dump GitHub context
4958 env :
6675 with :
6776 limit-access-to-actor : true
6877 - name : Install Dependencies
69- run : uv sync --locked -- all-extras --dev
78+ run : uv sync --all-extras --dev
7079 - run : mkdir coverage
7180 - name : Test
7281 run : uv run --no-sync scripts/test.sh
You can’t perform that action at this time.
0 commit comments