We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b0722 commit f54bc10Copy full SHA for f54bc10
1 file changed
.github/workflows/test.yml
@@ -14,11 +14,11 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v6
16
with:
17
- python-version: 3.10
+ python-version: '3.10'
18
- name: Install uv
19
uses: astral-sh/setup-uv@v7
20
21
22
- name: Run linters
23
run: uvx --with tox-uv tox r -e lint
24
- name: Build docs
0 commit comments