Update .gitea/workflows/render-and-deploy.yml

This commit is contained in:
2026-04-09 19:00:21 +00:00
parent 318e6d0cd0
commit 6c2827d897

View File

@@ -16,6 +16,10 @@ jobs:
with: with:
python-version: '3.13' python-version: '3.13'
- name: Install python
run: |
pip install ruamel.yaml
- name: Install Docker Compose plugin - name: Install Docker Compose plugin
run: | run: |
docker version docker version