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

This commit is contained in:
2026-05-31 00:00:33 +02:00
parent de330a288e
commit c847999569
+1 -3
View File
@@ -12,11 +12,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- 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
- name: Lint and format with Ruff