Skip to content

Commit f652862

Browse files
committed
Try to fix tests on ci/cd
1 parent 92adb3c commit f652862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir /app
66
WORKDIR /app
77

88
COPY Pipfile Pipfile.lock ./
9-
RUN pipenv install --dev
9+
RUN pipenv install --dev --skip-lock --python $PYTHON_VERSION
1010

1111
RUN pipenv check
1212
COPY . .

0 commit comments

Comments
 (0)