Skip to content

Commit 0aa09b6

Browse files
committed
add -e
1 parent a4b1d0d commit 0aa09b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 .[all] \
16+
pip install -e .[all] \
1717
pytest-custom_exit_code
1818

1919
RUN python -c "import janitor"

k8/images/pyjanitor/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
1.0.1

0 commit comments

Comments
 (0)