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

This commit is contained in:
2026-05-30 23:53:09 +02:00
parent 11201114f3
commit 202fb79ef1
+1 -4
View File
@@ -12,12 +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: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Lint and format with Ruff
run: |