We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e0fc2 commit 893ad76Copy full SHA for 893ad76
.github/workflows/build.yml
@@ -46,6 +46,10 @@ jobs:
46
uses: actions/setup-python@v5
47
with:
48
python-version: '3.11'
49
+ - name: Install Python deps for OpenAPI generation
50
+ run: |
51
+ python -m pip install --upgrade pip
52
+ pip install -r api/requirements.txt
53
- name: Install jsonschema
54
run: |
55
python -m pip install --upgrade pip
@@ -122,4 +126,3 @@ jobs:
122
126
working-directory: api/admin_ui
123
127
run: npm run build
124
128
125
-
0 commit comments