Skip to content

Commit 2478e2d

Browse files
author
Arturo R Montesinos
committed
Install PyYAML for AI_CURATOR_RECIPE validation in CI
1 parent c49dcd3 commit 2478e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install tooling
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install ruff mypy pytest jsonschema
19+
pip install ruff mypy pytest jsonschema pyyaml
2020
pip install -e .
2121
2222
- name: Lint (Ruff)

0 commit comments

Comments
 (0)