Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Epstein authored Feb 6, 2025
1 parent 252f6b1 commit c543999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export PYTHONPATH = .venv

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

setup:
Expand All @@ -20,4 +20,4 @@ setup:

prefect-deploy: setup
uv run prefect deploy --prefect-file prefect.yaml --all


0 comments on commit c543999

Please sign in to comment.