Skip to content

Commit 8e3a4f4

Browse files
committed
install test dependencies
1 parent bdbf8ca commit 8e3a4f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: k8/images/pyjanitor/Dockerfile

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

1515
RUN --mount=type=cache,target=/root/.cache/pip \
16-
pip install -e .[all] \
16+
pip install -e .[test] \
1717
pytest-cov \
1818
pytest-custom_exit_code
1919

Diff for: k8/images/pyjanitor/version

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

0 commit comments

Comments
 (0)