feat: add podman installation step in CI workflow
Some checks failed
Test / Lint (pull_request) Successful in 12s
Test / Test (push) Has been skipped
Test / Test (pull_request) Failing after 21s
Test / Lint (push) Successful in 13s

This commit is contained in:
Daniel Akulenok
2026-01-28 23:27:46 +01:00
parent 4cb9cb3e3f
commit 5f4bb3ccda

View File

@@ -45,6 +45,11 @@ jobs:
with:
python-version: '3.11'
- name: Install podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Install dependencies
run: |
pip install --no-cache-dir \