Skip to content

Commit e1efc7a

Browse files
chore: remove poetry lock check [skip ci]
1 parent 0b25951 commit e1efc7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ USER $UNAME
2626
WORKDIR $WORKDIR
2727

2828
COPY --chown=apps ./ $WORKDIR
29-
RUN poetry check --lock
3029
RUN poetry install --no-ansi --no-interaction --no-root
3130
CMD ["poetry", "run", "python", "-m", "pytest","--color=no", \
3231
"--cov-report=term-missing", "--cov=rtbhouse_sdk", "tests/"]

0 commit comments

Comments
 (0)