ci: remove Python setup step from lint workflow

This commit is contained in:
Simone
2026-05-13 18:34:29 +02:00
committed by Simone
parent 8a2727ccf7
commit 81c85beb81
-5
View File
@@ -74,11 +74,6 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Setup venv + install package - name: Setup venv + install package
shell: powershell shell: powershell
run: | run: |