fix(cicd): added venv to cicd

This commit is contained in:
Sebastian Rust
2026-02-06 10:07:52 +01:00
parent 49b330a498
commit c2c01d704f

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Python
run: |
apt-get update && apt-get install -y python3 python3-pip
apt-get update && apt-get install -y python3 python3-pip python3-venv
- name: Install dependencies
run: |