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

This commit is contained in:
2026-05-30 23:56:22 +02:00
parent 202fb79ef1
commit b6ef949201
+3 -2
View File
@@ -14,11 +14,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get install -y python3-pip
python3 -m pip install --upgrade pip
pip install -r src/requirements.txt
pip3 install -r src/requirements.txt
- name: Lint and format with Ruff
run: |
pip install ruff
pip3 install ruff
ruff check src
ruff format --check src