Skip to content

Commit 8b43877

Browse files
committed
check
1 parent 14df4f1 commit 8b43877

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
@@ -8,7 +8,7 @@ SAM_CLI_TELEMETRY ?= 0
88
init:
99
@if [ "$$GITHUB_ACTIONS" = "true" ]; then \
1010
command -v uv >/dev/null 2>&1 || pip install uv==0.9.1; \
11-
SAM_CLI_DEV=1 uv pip install --system --break-system-packages --python $$UV_PYTHON -e '.[dev]'; \
11+
SAM_CLI_DEV=1 uv pip install --system --break-system-packages --python "$$(uv python find)" -e '.[dev]'; \
1212
else \
1313
SAM_CLI_DEV=1 pip install -e '.[dev]'; \
1414
fi

0 commit comments

Comments
 (0)