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 fc27ffa commit ca0c1e6Copy full SHA for ca0c1e6
.github/workflows/generate-client.yml
@@ -31,10 +31,9 @@ jobs:
31
working-directory: frontend
32
- run: uv sync
33
working-directory: backend
34
- - run: |
35
- uv run cd .. &&
36
- bash scripts/generate-client.sh
37
- working-directory: backend
+ - run: uv bash scripts/generate-client.sh
+ env:
+ VIRTUAL_ENV: backend/.venv
38
- name: Commit changes
39
run: |
40
git config --local user.email "[email protected]"
0 commit comments