mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
fix: fix CI scripts
This commit is contained in:
parent
9aff6620a2
commit
0a0a1a35e5
2 changed files with 10 additions and 0 deletions
5
.github/workflows/api-tests.yml
vendored
5
.github/workflows/api-tests.yml
vendored
|
|
@ -80,6 +80,11 @@ jobs:
|
|||
with:
|
||||
node-version: "22"
|
||||
|
||||
- name: Create Python virtual environment
|
||||
run: |
|
||||
python -m venv .venv
|
||||
echo "${{ github.workspace }}/.venv/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Install api and pipecat dependencies
|
||||
run: ./scripts/setup_requirements.sh --dev
|
||||
|
||||
|
|
|
|||
5
.github/workflows/pre-pr-drift-check.yml
vendored
5
.github/workflows/pre-pr-drift-check.yml
vendored
|
|
@ -44,6 +44,11 @@ jobs:
|
|||
cache: npm
|
||||
cache-dependency-path: ui/package-lock.json
|
||||
|
||||
- name: Create Python virtual environment
|
||||
run: |
|
||||
python -m venv .venv
|
||||
echo "${{ github.workspace }}/.venv/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Install api and pipecat dependencies
|
||||
run: ./scripts/setup_requirements.sh --dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue