mirror of https://github.com/openclaw/openclaw.git
ci: install pyyaml in skills-python job
This commit is contained in:
parent
2247b81219
commit
8897c9d53a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue