https://prefect.io logo
s

Scarlett King

07/12/2021, 2:06 PM
Hi, so we are building automated flow register with Azure DevOps. However, it seems that the Prefect version on the build server is 0.14.22 but the Prefect version on Prefect server is 0.15.0. Has anyone got this problem? What do I need to do to upgrade Prefect on build server to 0.15.0?
k

Kevin Kho

07/12/2021, 2:33 PM
Hey @Scarlett King, I might be dense here…but isn’t it just a
pip install -U prefect
on the build server to upgrade it?