Skip to content

Commit a1c9881

Browse files
authored
if: ${{ matrix.python-version == '3.14' }}
1 parent d0ec65c commit a1c9881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
enable-cache: true
4949

50-
- if: matrix.python-version == "3.14"
50+
- if: ${{ matrix.python-version == '3.14' }}
5151
run: uv add --frozen pillow==11.3
5252

5353
- name: Install the project

0 commit comments

Comments
 (0)