teub
Publish Docker Image / test (push) Successful in 43s
Publish Docker Image / build-and-push (push) Failing after 3m49s

This commit is contained in:
2026-05-31 00:04:21 +02:00
parent fd05a0cf05
commit e8a9c06357
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
pip3 install -r src/requirements.txt --break-system-packages
- name: Lint and format with Ruff
run: |
pip3 install ruff
pip3 install ruff --break-system-packages
ruff check src
ruff format --check src