fix(ci): install pyyaml dependency for index generation
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -17,6 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip install pyyaml
|
||||||
|
|
||||||
- name: 🔍 Validate Skills (Soft Mode)
|
- name: 🔍 Validate Skills (Soft Mode)
|
||||||
run: |
|
run: |
|
||||||
python3 scripts/validate_skills.py
|
python3 scripts/validate_skills.py
|
||||||
|
|||||||
Reference in New Issue
Block a user