Skip to content

Commit 79c29d0

Browse files
author
Ilyas Gasanov
committed
[DOP-19924] Add custom openapi middleware
1 parent 66ff59c commit 79c29d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ FROM base as test
4242
ENV SYNCMASTER__CREATE_SPARK_SESSION_FUNCTION=tests.spark.get_worker_spark_session
4343

4444
# CI runs tests in the worker container, so we need backend dependencies too
45-
RUN poetry install --no-root --all-extras --with test --without docs,dev
45+
RUN poetry install --no-root --all-extras --with test,docs --without dev
4646
RUN sed -i 's/python -m/coverage run -m/g' /app/entrypoint.sh

0 commit comments

Comments
 (0)