Skip to content

Commit 2b1aa30

Browse files
committed
chore: use local venv for dev install
1 parent 32bd8cb commit 2b1aa30

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_PKG := reeln_cloudflare_plugin
22

3-
.PHONY: dev-install install reeln-install test lint format check
3+
.PHONY: dev-install install test lint format check
44

55
VENV := .venv/bin
66

@@ -10,9 +10,6 @@ dev-install:
1010
uv pip install -e ".[dev]"
1111

1212
install:
13-
uv pip install --python ~/.local/share/uv/tools/reeln/bin/python3 -e .
14-
15-
reeln-install:
1613
uv pip install --python ../reeln-cli/.venv/bin/python -e .
1714

1815
test:

0 commit comments

Comments
 (0)