We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba3a40 commit 49e197fCopy full SHA for 49e197f
.github/workflows/test.yml
@@ -51,9 +51,9 @@ jobs:
51
uses: astral-sh/setup-uv@v7
52
with:
53
enable-cache: true
54
- cache-suffix: ${{ matrix.python-version }}
+ cache-suffix: ${{ matrix.py_version }}
55
version: "latest"
56
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.py_version }}
57
- name: Install deps
58
run: uv sync --all-extras
59
- name: Setup pydantic version
0 commit comments