Skip to content

Commit 66ec367

Browse files
committed
Let uv install into system libraries
1 parent 98ba799 commit 66ec367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ install-doc:
77
pip3 install -r ./docs/requirements.txt
88

99
install-dev-uv:
10-
pip3 install uv && uv pip install -e ".[dev,web,slack,dlt]" ./examples/custom_materializations
10+
pip3 install uv && uv pip install --system -e ".[dev,web,slack,dlt]" ./examples/custom_materializations
1111

1212
install-doc-uv:
13-
pip3 install uv && uv pip install -r ./docs/requirements.txt
13+
pip3 install uv && uv pip install --system -r ./docs/requirements.txt
1414

1515
install-pre-commit:
1616
pre-commit install

0 commit comments

Comments
 (0)