Skip to content

Commit fdd7c9d

Browse files
committed
break the pip installation instruction
1 parent 8e3a4f4 commit fdd7c9d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: k8/images/pyjanitor/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ RUN git clone \
1313
.
1414

1515
RUN --mount=type=cache,target=/root/.cache/pip \
16-
pip install -e .[test] \
16+
pip install -e .[test]
17+
18+
RUN --mount=type=cache,target=/root/.cache/pip \
19+
pip install \
1720
pytest-cov \
1821
pytest-custom_exit_code
1922

Diff for: k8/images/pyjanitor/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

0 commit comments

Comments
 (0)