Skip to content

Commit d7636e9

Browse files
author
Chojan Shang
committed
fix: make check happy
Signed-off-by: Chojan Shang <[email protected]>
1 parent fed7bd4 commit d7636e9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ runs:
2222
uses: astral-sh/setup-uv@v6
2323
with:
2424
version: ${{ inputs.uv-version }}
25-
enable-cache: 'true'
25+
enable-cache: "true"
2626
cache-suffix: ${{ matrix.python-version }}
2727

2828
- name: Install Python dependencies
29-
run: uv sync --frozen
29+
run: uv sync --all-extras --all-groups --frozen
3030
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
]
4545

4646
[project.optional-dependencies]
47-
logfire = ["logfire>=0.14"]
47+
logfire = ["logfire>=0.14", "opentelemetry-sdk>=1.28.0"]
4848

4949
[build-system]
5050
requires = ["hatchling"]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)