fix(cicd): wtf is wrong with the runner

This commit is contained in:
Sebastian Rust
2026-02-06 09:29:23 +01:00
parent 9519c15561
commit afac703cb6

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.12'
check-latest: true
cache: 'pip' cache: 'pip'
- name: Install dependencies - name: Install dependencies