python_deploy: update local state on refresh

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2025-02-08 12:23:24 -05:00
parent c7c2bb20d9
commit 3ec968d873

View File

@@ -245,6 +245,7 @@ class PythonDeploy(AppDeploy):
async def refresh(self) -> None:
try:
await self._update_local_state()
if self.source == PackageSource.PIP:
await self._refresh_pip()
elif self.source == PackageSource.GITHUB: