mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix github workflow
This commit is contained in:
parent
e2fe2919bb
commit
ce068511d4
2 changed files with 5 additions and 7 deletions
8
.github/workflows/api-tests.yml
vendored
8
.github/workflows/api-tests.yml
vendored
|
|
@ -72,6 +72,7 @@ jobs:
|
|||
cache: pip
|
||||
cache-dependency-path: |
|
||||
api/requirements.txt
|
||||
api/requirements.dev.txt
|
||||
pipecat/pyproject.toml
|
||||
|
||||
- name: Set up Node 22 (test_ts_bridge.py shells out to node)
|
||||
|
|
@ -79,11 +80,8 @@ jobs:
|
|||
with:
|
||||
node-version: "22"
|
||||
|
||||
- name: Install api dependencies
|
||||
run: |
|
||||
pip install -r api/requirements.txt
|
||||
pip install -r api/requirements.dev.txt
|
||||
pip install './pipecat[cartesia,deepgram,openai,elevenlabs,groq,google,azure,sarvam,soundfile,silero,webrtc,speechmatics,openrouter,camb]'
|
||||
- name: Install api and pipecat dependencies
|
||||
run: ./scripts/setup_requirements.sh --dev
|
||||
|
||||
- name: Install ts_validator npm deps
|
||||
working-directory: api/mcp_server/ts_validator
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# generated by datamodel-codegen:
|
||||
# filename: dograh-openapi-XXXXXX.json.1hhdI3e7bZ
|
||||
# timestamp: 2026-05-11T10:11:56+00:00
|
||||
# filename: dograh-openapi-XXXXXX.json.OGVaBJhIgZ
|
||||
# timestamp: 2026-05-11T11:41:34+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue