fix egg-info cleanup (#8966)

This commit is contained in:
Brad Warren
2021-08-05 07:04:05 +10:00
committed by GitHub
parent cd2dff2db1
commit 7b78770010
@@ -29,7 +29,7 @@ fi
# Old eggs can cause outdated dependency information to be used by poetry so we
# delete them before generating the lock file. See
# https://github.com/python-poetry/poetry/issues/4103 for more info.
rm -rf ${REPO_ROOT}/*.egg-info
rm -rf ${REPO_ROOT}/*/*.egg-info
cd "${WORK_DIR}"