Skip to content

Commit d0ec65c

Browse files
authored
uv add --frozen pillow==11.3
1 parent 081e27d commit d0ec65c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/shared.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
with:
4848
enable-cache: true
4949

50+
- if: matrix.python-version == "3.14"
51+
run: uv add --frozen pillow==11.3
52+
5053
- name: Install the project
5154
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
5255

0 commit comments

Comments
 (0)