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 b16f771 commit 979400eCopy full SHA for 979400e
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
cd backend
29
+ uv venv
30
uv pip install -r requirements.txt
31
32
- name: Run lint
0 commit comments