Skip to content

Commit

Permalink
ci: use uv in typegen-checks to generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 5, 2025
1 parent 31f9eee commit 50c7a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typegen-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: generate schema
if: ${{ steps.changed-files.outputs.src_any_changed == 'true' || inputs.always_run == true }}
run: make frontend-typegen
run: cd invokeai/frontend/web && uv run ../../../scripts/generate_openapi_schema.py | pnpm typegen
shell: bash

- name: compare files
Expand Down

0 comments on commit 50c7a7b

Please sign in to comment.