mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix post job cleanup step
This commit is contained in:
parent
0a0a1a35e5
commit
498c8f81d9
2 changed files with 0 additions and 10 deletions
5
.github/workflows/api-tests.yml
vendored
5
.github/workflows/api-tests.yml
vendored
|
|
@ -69,11 +69,6 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
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)
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
5
.github/workflows/pre-pr-drift-check.yml
vendored
5
.github/workflows/pre-pr-drift-check.yml
vendored
|
|
@ -31,11 +31,6 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
api/requirements.txt
|
||||
api/requirements.dev.txt
|
||||
pipecat/pyproject.toml
|
||||
|
||||
- name: Set up Node 22
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue