fix(cicd): fix python version

This commit is contained in:
Sebastian Rust
2026-02-05 18:23:36 +01:00
parent 702b7d2fe1
commit 292a13f94f

View File

@@ -17,8 +17,6 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies - name: Install dependencies
run: | run: |