Skip to content

Commit ad5ebde

Browse files
authored
uv venv ; uv pip install pillow==11.3
1 parent bf91f45 commit ad5ebde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shared.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949

5050
- if: ${{ matrix.python-version == '3.14' }}
5151
# run: uv add --frozen pillow==11.3
52-
run: uv pip install pillow==11.3
52+
run: |
53+
uv venv
54+
uv pip install pillow==11.3
5355
5456
- name: Install the project
5557
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}

0 commit comments

Comments
 (0)