We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5d342 commit 503412cCopy full SHA for 503412c
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
persist-credentials: false
25
- name: Install the latest version of uv
26
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 6.1.0
27
+ - run: ruff --version
28
- name: Install tox
29
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
30
- name: Install Python
0 commit comments