There was an error while loading. Please reload this page.
1 parent d10632c commit 3b11f8dCopy full SHA for 3b11f8d
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,10 @@ jobs:
39
- name: Install uv
40
uses: astral-sh/setup-uv@v6
41
42
+ - name: Install dependencies
43
+ run: |
44
+ make venv
45
+
46
- name: Generate OpenAPI Schema
47
run: |
48
make docs-openapi
0 commit comments