Skip to content

Commit ca0c1e6

Browse files
committed
🍻 Try again to make uv use the subdirectory venv
1 parent fc27ffa commit ca0c1e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/generate-client.yml

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

0 commit comments

Comments
 (0)