Skip to content

Commit

Permalink
Update flows/worker.py
Browse files Browse the repository at this point in the history
Co-authored-by: nate nowack <[email protected]>
  • Loading branch information
chrisguidry and zzstoatzz authored Sep 3, 2024
1 parent 2964345 commit 42cc113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Checks to make sure that collections are loaded prior to attempting to start a worker
def main():
subprocess.check_call(
["python", "-m", "pip", "install", "prefect-kubernetes>0.5.0"],
["python", "-m", "pip", "install", "prefect-kubernetes>=0.5.0"],
stdout=sys.stdout,
stderr=sys.stderr,
)
Expand Down

0 comments on commit 42cc113

Please sign in to comment.