Skip to content

Commit 00ba8a8

Browse files
Install extras in tests
1 parent 5f34c37 commit 00ba8a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ COPY examples/selective_subscription/pyproject.toml ./examples/selective_subscri
1717

1818
COPY uv.lock .
1919

20-
RUN uv sync --locked --no-install-project
20+
RUN uv sync --locked --no-install-project --all-extras
2121

2222
COPY . /app
23-
24-
RUN uv sync --locked

0 commit comments

Comments
 (0)