fix: install git and python3 in release job
Some checks failed
CI / docker (push) Blocked by required conditions
CI / release (push) Blocked by required conditions
CI / test (push) Has been cancelled

This commit is contained in:
Stefano Bertelli 2026-03-30 19:40:00 -05:00
parent 792a9a4151
commit f4e699d2af

View file

@ -58,8 +58,8 @@ jobs:
with:
fetch-depth: 0
- name: Install bash
run: apt-get update && apt-get install -y --no-install-recommends bash
- name: Install dependencies
run: apt-get update && apt-get install -y --no-install-recommends bash git python3
- name: Determine version bump
id: version