Skip to content

Commit 49e197f

Browse files
committed
fix: python version in test pipeline
1 parent 5ba3a40 commit 49e197f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
uses: astral-sh/setup-uv@v7
5252
with:
5353
enable-cache: true
54-
cache-suffix: ${{ matrix.python-version }}
54+
cache-suffix: ${{ matrix.py_version }}
5555
version: "latest"
56-
python-version: ${{ matrix.python-version }}
56+
python-version: ${{ matrix.py_version }}
5757
- name: Install deps
5858
run: uv sync --all-extras
5959
- name: Setup pydantic version

0 commit comments

Comments
 (0)