Skip to content

Commit 3c6f315

Browse files
MaxGhenisclaude
andcommitted
Add --system flag to uv pip install in Makefile
CI runners use system Python without a venv, so uv needs --system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fa50931 commit 3c6f315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ format:
1010
ruff check .
1111

1212
install:
13-
uv pip install -e ".[dev]" --config-settings editable_mode=compat
13+
uv pip install --system -e ".[dev]" --config-settings editable_mode=compat
1414

1515
test-country-template:
1616
policyengine-core test policyengine_core/country_template/tests -c policyengine_core.country_template

0 commit comments

Comments
 (0)