remove debug print

This commit is contained in:
Xi Yan 2025-01-14 16:27:25 -08:00
parent f30c601b10
commit 38c2c9c1dc

View file

@ -114,7 +114,6 @@ EOF
else else
if [ -n "$TEST_PYPI_VERSION" ]; then if [ -n "$TEST_PYPI_VERSION" ]; then
# these packages are damaged in test-pypi, so install them first # these packages are damaged in test-pypi, so install them first
echo "Installing fastapi libcst"
add_to_docker << EOF add_to_docker << EOF
RUN pip install fastapi libcst RUN pip install fastapi libcst
EOF EOF