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 d3bd897 commit f26cabfCopy full SHA for f26cabf
.github/workflows/python-package.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: {{ "${{ matrix.python-version }}" }}
+ python-version: "${{ matrix.python-version }}"
24
25
- name: Install uv
26
uses: astral-sh/setup-uv@v6
0 commit comments