Skip to content

Commit 979400e

Browse files
committed
Fix ci venv
1 parent b16f771 commit 979400e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
cd backend
29+
uv venv
2930
uv pip install -r requirements.txt
3031
3132
- name: Run lint

0 commit comments

Comments
 (0)