Skip to content

Commit fb109c9

Browse files
committed
👷 Tweak CI, always have uv resolution
1 parent 6b31c01 commit fb109c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,22 @@ jobs:
3333
include:
3434
- os: windows-latest
3535
python-version: "3.9"
36+
uv-resolution: highest
3637
- os: ubuntu-latest
3738
python-version: "3.10"
39+
uv-resolution: lowest-direct
3840
- os: macos-latest
3941
python-version: "3.11"
42+
uv-resolution: highest
4043
- os: windows-latest
4144
python-version: "3.12"
45+
uv-resolution: highest
4246
- os: ubuntu-latest
4347
python-version: "3.13"
48+
uv-resolution: highest
4449
- os: macos-latest
4550
python-version: "3.13"
51+
uv-resolution: highest
4652
fail-fast: false
4753
runs-on: ${{ matrix.os }}
4854
env:

0 commit comments

Comments
 (0)