Skip to content

Commit c4b92e2

Browse files
Fix skill generation check (#12931)
1 parent 978bc6e commit c4b92e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-hygiene.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate Skill
3434
run: |
3535
. venv/bin/activate
36-
pip install -e . && python scripts/generate_skill.py --check
36+
pip install -e client/python . && python scripts/generate_skill.py --check
3737
- name: Check for large files
3838
uses: actionsdesk/lfs-warning@4b98a8a5e6c429c23c34eee02d71553bca216425 # @v3.3
3939
with:

0 commit comments

Comments
 (0)