From f65286289c88ccaeaaf56e2d93f1ac87e2fc37c1 Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Tue, 9 Jul 2024 09:41:31 +0200 Subject: [PATCH] Try to fix tests on ci/cd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 417ebdb..ea67f7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN mkdir /app WORKDIR /app COPY Pipfile Pipfile.lock ./ -RUN pipenv install --dev +RUN pipenv install --dev --skip-lock --python $PYTHON_VERSION RUN pipenv check COPY . .