Skip to content

Commit a78332d

Browse files
committed
Remove python setup step from ruff action
1 parent 465bafa commit a78332d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-python@v5
27-
with:
28-
python-version: 3.11
2926
- uses: astral-sh/ruff-action@v3
3027
with:
3128
version: "~=0.13.3"

0 commit comments

Comments
 (0)