Shareef Jalloq
09/09/2025, 3:23 PMGitRepository
source for my flow deployments but now realise my mistake as I need to both git clone
and pip install
my package. What's the correct way to clone and install my deployments? The docs don't provide examples for this sort of flow.Shareef Jalloq
09/09/2025, 3:24 PMFlow.from_source(
source=GitRepository(source_url),
entrypoint=(
"src/fpga_automation/server/flows/"
"kasli_release.py:kasli_soc_release_flow"
),
).deploy(blah)