Skip to content

Commit fc27ffa

Browse files
committed
👷 Tweak CI to use uv
1 parent 654c67d commit fc27ffa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/generate-client.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
working-directory: frontend
3232
- run: uv sync
3333
working-directory: backend
34-
- run: bash scripts/generate-client.sh
35-
env:
36-
PATH: backend/.venv/bin/python:$PATH
34+
- run: |
35+
uv run cd .. &&
36+
bash scripts/generate-client.sh
37+
working-directory: backend
3738
- name: Commit changes
3839
run: |
3940
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)