fix python venv in ci
CI (Lint + Format Checks) / lint (pull_request) Failing after 38s

This commit is contained in:
2026-05-16 00:06:20 +02:00
parent c120dcae41
commit 17fef78672
+2
View File
@@ -24,6 +24,8 @@ jobs:
- name: Python sanity check
run: |
python3 --version
python3 -m venv .venv
. .venv/bin/activate
pip install --no-cache-dir ruff
ruff check . || true