bite
Publish Docker Image / test (push) Failing after 38s
Publish Docker Image / build-and-push (push) Has been skipped

This commit is contained in:
2026-05-31 00:01:57 +02:00
parent c847999569
commit fd05a0cf05
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
- name: Install dependencies
run: |
apt-get update && apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip3 install -r src/requirements.txt
python3 -m pip install --upgrade pip --break-system-packages
pip3 install -r src/requirements.txt --break-system-packages
- name: Lint and format with Ruff
run: |
pip3 install ruff