Skip to content

Commit bf91f45

Browse files
authored
uv pip install pillow==11.3
1 parent a1c9881 commit bf91f45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/shared.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
enable-cache: true
4949

5050
- if: ${{ matrix.python-version == '3.14' }}
51-
run: uv add --frozen pillow==11.3
52-
51+
# run: uv add --frozen pillow==11.3
52+
run: uv pip install pillow==11.3
53+
5354
- name: Install the project
5455
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
5556

0 commit comments

Comments
 (0)