more improvements

This commit is contained in:
Adil Hafeez 2026-02-09 10:39:10 -08:00
parent e481174923
commit 555bdc11b9
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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: