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 32227c4 commit 6ff373fCopy full SHA for 6ff373f
.github/workflows/generate-client.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: "3.10"
25
- name: Install uv
26
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@v3
27
28
version: "0.4.15"
29
- name: Install dependencies
.github/workflows/lint-backend.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- run: uv run bash scripts/lint.sh
.github/workflows/test-backend.yml
- run: docker compose down -v --remove-orphans
0 commit comments