Skip to content

Commit ee39760

Browse files
authored
CI(upload_config_schema): fix missing dependency (#660)
1 parent 931cba1 commit ee39760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_config_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: pip install pydantic pyyaml yamlcore
17+
- run: pip install pydantic pydantic-partial pyyaml yamlcore
1818
- run: python3 src/penguin/penguin_config/gen_docs.py schema > config_schema.yaml
1919
- name: Upload config schema to server
2020
uses: easingthemes/ssh-deploy@main

0 commit comments

Comments
 (0)