fix(cicd): install pip in pipeline

This commit is contained in:
Sebastian Rust
2026-02-05 18:33:22 +01:00
parent 292a13f94f
commit 2ba126d013

View File

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