We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978bc6e commit c4b92e2Copy full SHA for c4b92e2
1 file changed
.github/workflows/test-hygiene.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Generate Skill
34
run: |
35
. venv/bin/activate
36
- pip install -e . && python scripts/generate_skill.py --check
+ pip install -e client/python . && python scripts/generate_skill.py --check
37
- name: Check for large files
38
uses: actionsdesk/lfs-warning@4b98a8a5e6c429c23c34eee02d71553bca216425 # @v3.3
39
with:
0 commit comments