Skip to content

Commit 71a8394

Browse files
committed
fix import name
1 parent b687ed1 commit 71a8394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8/images/pyjanitor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
1616
pip install .[all] \
1717
pytest-custom_exit_code
1818

19-
RUN python -c "import pyjanitor"
19+
RUN python -c "import janitor"
2020

2121
ENV PYTHON_RECORD_API_FROM_MODULES=pyjanitor
2222
CMD [ "pytest", "--verbose", "--suppress-tests-failed-exit-code"]

0 commit comments

Comments
 (0)