Fixing GitHub workflow step

This commit is contained in:
Wietze
2026-02-13 14:04:49 +00:00
parent 9fac4c5b73
commit 45a346ef8b
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- name: Prepare python
run: |
python3 -m pip install .github/workflows/requirements.txt
python3 -m pip install -r .github/workflows/requirements.txt
- name: Validate YAML files
run: |
python3 .github/workflows/yaml-model.py