Skip to content

Commit 3ce1af5

Browse files
committed
👷 Run tests with lower bound uv sync
1 parent 6bd24e7 commit 3ce1af5

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

‎.github/workflows/test.yml‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
@@ -66,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)