We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654c67d commit fc27ffaCopy full SHA for fc27ffa
.github/workflows/generate-client.yml
@@ -31,9 +31,10 @@ jobs:
31
working-directory: frontend
32
- run: uv sync
33
working-directory: backend
34
- - run: bash scripts/generate-client.sh
35
- env:
36
- PATH: backend/.venv/bin/python:$PATH
+ - run: |
+ uv run cd .. &&
+ bash scripts/generate-client.sh
37
+ working-directory: backend
38
- name: Commit changes
39
run: |
40
git config --local user.email "[email protected]"
0 commit comments