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 e614d50 commit 19e59adCopy full SHA for 19e59ad
.github/workflows/checks.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v6
16
with:
17
- python-version: {{ "${{ matrix.python-version }}" }}
+ python-version: ${{ matrix.python-version }}
18
19
- name: Install uv
20
uses: astral-sh/setup-uv@v7
0 commit comments