Skip to content

Commit c543999

Browse files
authored
Update Makefile
1 parent 252f6b1 commit c543999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export PYTHONPATH = .venv
22

33
.PHONY: uv
44
uv:
5-
curl -LsSf https://astral.sh/uv/0.5.29/install.sh | sh
5+
pip install --upgrade 'uv>=0.5.6,<0.6'
66
uv venv
77

88
setup:
@@ -20,4 +20,4 @@ setup:
2020

2121
prefect-deploy: setup
2222
uv run prefect deploy --prefect-file prefect.yaml --all
23-
23+

0 commit comments

Comments
 (0)