ci: install Python deps before lint
ci / cook (push) Failing after 13s
build-iso / validate (push) Successful in 13s
build-iso / build-iso (push) Failing after 38s

This commit is contained in:
Lukas Greve
2026-09-19 14:08:07 +02:00
parent f246dec765
commit da5bcf6b04
+2
View File
@@ -17,6 +17,8 @@ jobs:
- uses: https://git.phyllo.me/devops/checkout@v5 - uses: https://git.phyllo.me/devops/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install Python deps
run: pip install -r cook/requirements.txt
- name: Lint manifest + templates - name: Lint manifest + templates
run: make -C cook lint run: make -C cook lint
- name: Generate recipes + dishes, validate every dish - name: Generate recipes + dishes, validate every dish