Skip to content

Commit bc9545d

Browse files
committed
Fix test build
1 parent 966ad1d commit bc9545d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ exclude = [
110110
"lib",
111111
"fishjam/_openapi_client",
112112
"tests",
113-
"examples/poet_chat",
114113
]
115114
typeCheckingMode = "basic"
116115
venv = ".venv"

tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY pyproject.toml .
1414
COPY examples/transcription/pyproject.toml ./examples/transcription/
1515
COPY examples/poet_chat/pyproject.toml ./examples/poet_chat/
1616
COPY examples/selective_subscription/pyproject.toml ./examples/selective_subscription/
17+
COPY examples/multimodal/pyproject.toml ./examples/multimodal/
1718

1819
COPY uv.lock .
1920

0 commit comments

Comments
 (0)