We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5611bda commit 6b31c01Copy full SHA for 6b31c01
1 file changed
.github/workflows/test.yml
@@ -27,6 +27,9 @@ jobs:
27
matrix:
28
os: [ ubuntu-latest, windows-latest, macos-latest ]
29
python-version: [ "3.14" ]
30
+ uv-resolution:
31
+ - highest
32
+ - lowest-direct
33
include:
34
- os: windows-latest
35
python-version: "3.9"
@@ -44,6 +47,7 @@ jobs:
44
47
runs-on: ${{ matrix.os }}
45
48
env:
46
49
UV_PYTHON: ${{ matrix.python-version }}
50
+ UV_RESOLUTION: ${{ matrix.uv-resolution }}
51
steps:
52
- uses: actions/checkout@v6
53
- name: Set up Python
0 commit comments