fixed pipeline changed container image
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 5s

This commit is contained in:
Richard Mrasek
2026-06-12 10:16:52 +02:00
parent 940c090c7a
commit ffe20d285c

View File

@@ -14,9 +14,11 @@ on:
jobs: jobs:
check-deleted-workflows: check-deleted-workflows:
runs-on: orchestration-platform runs-on: orchestration-platform
container:
image: python:3.12-slim
defaults: defaults:
run: run:
shell: sh shell: bash
steps: steps:
- name: Checkout repository - name: Checkout repository
run: | run: |
@@ -39,7 +41,8 @@ jobs:
- name: Install runtime tools - name: Install runtime tools
run: | run: |
apk add --no-cache bash git python3 python3-dev jq curl gcc musl-dev librdkafka-dev apt-get update -qq
apt-get install -y --no-install-recommends git jq curl gcc librdkafka-dev libpython3-dev
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv