Skip to content

Commit 7c943b6

Browse files
committed
Let uv install into system libraries
1 parent 826d47b commit 7c943b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
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)