Remington Hackbarth
09/19/2023, 2:42 PMinfrastructure:
type: process
env: {}
labels: {}
name: null
command:
- poetry
- run
- python
- -m
- prefect.engine
stream_output: true
_block_type_slug: Process
however if I kick off this deployment from the cloud UI, it fails, and doesn't generate any logs. Is there a different way to run a flow within a specific VENV? Thanks!