Skip to content

Commit 503412c

Browse files
committed
Check ruff version before running tox/uv
1 parent db5d342 commit 503412c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
persist-credentials: false
2525
- name: Install the latest version of uv
2626
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 6.1.0
27+
- run: ruff --version
2728
- name: Install tox
2829
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
2930
- name: Install Python

0 commit comments

Comments
 (0)