ci: install pyyaml in skills-python job

This commit is contained in:
Julia HeySalad
2026-02-23 10:44:18 +00:00
parent 2247b81219
commit 8897c9d53a

View File

@@ -335,7 +335,7 @@ jobs:
- name: Install Python tooling
run: |
python -m pip install --upgrade pip
python -m pip install pytest ruff
python -m pip install pytest ruff pyyaml
- name: Lint Python skill scripts
run: python -m ruff check skills