Skip to content

Commit ab1b44c

Browse files
Add resolution to include matrix
1 parent a6a3ef5 commit ab1b44c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,20 @@ jobs:
3737
- os: ubuntu-24.04
3838
python: "3.11"
3939
coverage: "nocov"
40+
resolution: "lowest-direct"
4041
- os: ubuntu-24.04
4142
python: "3.12"
4243
coverage: "nocov"
44+
resolution: "lowest-direct"
4345
# Enable coverage on just one job
4446
- os: ubuntu-24.04
4547
python: "3.13"
4648
coverage: "cov"
49+
resolution: "lowest-direct"
4750
- os: ubuntu-24.04
4851
python: "3.14.0-rc.2"
4952
coverage: "nocov"
53+
resolution: "lowest-direct"
5054
env:
5155
# Shared env variables for all the tests
5256
UV_RESOLUTION: '${{ matrix.resolution }}'

0 commit comments

Comments
 (0)