Skip to content

Commit

Permalink
🍻 Tweak uv command
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 23, 2024
1 parent ca0c1e6 commit 106d28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: frontend
- run: uv sync
working-directory: backend
- run: uv bash scripts/generate-client.sh
- run: uv run bash scripts/generate-client.sh
env:
VIRTUAL_ENV: backend/.venv
- name: Commit changes
Expand Down

0 comments on commit 106d28a

Please sign in to comment.