Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
# ``Unknown`` for every OTel-typed expression in
# ``tests/{conformance,unit}/test_observability*.py`` and the
# whole job fails (pyright doesn't honor pytest.importorskip).
# ``--group examples`` mirrors ``ci.yml`` so the
# ``tests/test_examples_smoke.py`` modules can import ``openai``
# at load time (the examples themselves are runnable demos).
- name: Sync deps
run: uv sync --frozen --all-extras
run: uv sync --frozen --all-extras --group examples

# Fail fast if pyproject.toml's version doesn't match the pushed
# tag. Both sides go through `packaging.version.Version` so PEP 440
Expand Down