We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687ed1 commit 71a8394Copy full SHA for 71a8394
k8/images/pyjanitor/Dockerfile
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
16
pip install .[all] \
17
pytest-custom_exit_code
18
19
-RUN python -c "import pyjanitor"
+RUN python -c "import janitor"
20
21
ENV PYTHON_RECORD_API_FROM_MODULES=pyjanitor
22
CMD [ "pytest", "--verbose", "--suppress-tests-failed-exit-code"]
0 commit comments