mabite
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:58:08 +02:00
parent b6ef949201
commit f9c6f245b9
-1
View File
@@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get install -y python3-pip
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip3 install -r src/requirements.txt pip3 install -r src/requirements.txt
- name: Lint and format with Ruff - name: Lint and format with Ruff