Skip to content

Commit e1e3299

Browse files
authored
build: fix command to generate tools specs on CI (crewAIInc#350)
1 parent 60d4e49 commit e1e3299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-tool-specs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
- name: Install the project
2929
run: uv sync --dev --all-extras
30-
30+
3131
- name: Generate tool specifications
32-
run: python generate_tool_specs.py
33-
32+
run: uv run python generate_tool_specs.py
33+
3434
- name: Configure Git and add upstream
3535
run: |
3636
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)