If the conda command fails, the flow is logged as failed
The logs of conda run were not displayed live, but instead at the end of the process execution. This PR adds --no-capture-output to avoid this as described in conda/conda#9412
I fixed the version of typer due to some errors I got when starting a fresh environment. More information: PrefectHQ/prefect#12397 Alternatively, we could upgrade the version of prefect.
This PR addresses the following bugs:
conda run
were not displayed live, but instead at the end of the process execution. This PR adds--no-capture-output
to avoid this as described in conda/conda#9412