mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
more improvements
This commit is contained in:
parent
e481174923
commit
555bdc11b9
1 changed files with 18 additions and 3 deletions
21
.github/workflows/e2e_tests.yml
vendored
21
.github/workflows/e2e_tests.yml
vendored
|
|
@ -80,7 +80,12 @@ jobs:
|
|||
python-version: "3.12"
|
||||
|
||||
- name: Install uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
tests/e2e/uv.lock
|
||||
cli/pyproject.toml
|
||||
|
||||
- name: Run prompt_gateway tests
|
||||
env:
|
||||
|
|
@ -125,7 +130,12 @@ jobs:
|
|||
python-version: "3.12"
|
||||
|
||||
- name: Install uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
tests/e2e/uv.lock
|
||||
cli/pyproject.toml
|
||||
|
||||
- name: Run model alias routing tests
|
||||
env:
|
||||
|
|
@ -170,7 +180,12 @@ jobs:
|
|||
python-version: "3.12"
|
||||
|
||||
- name: Install uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
tests/e2e/uv.lock
|
||||
cli/pyproject.toml
|
||||
|
||||
- name: Run responses API with state tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue