We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5420f1 commit bd7c39eCopy full SHA for bd7c39e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: astral-sh/setup-uv@v6
20
with:
21
enable-cache: true
22
- python-version: {{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
23
24
- name: Build
25
run: uv sync --locked --all-extras --dev
0 commit comments