We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14df4f1 commit 8b43877Copy full SHA for 8b43877
1 file changed
Makefile
@@ -8,7 +8,7 @@ SAM_CLI_TELEMETRY ?= 0
8
init:
9
@if [ "$$GITHUB_ACTIONS" = "true" ]; then \
10
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]'; \
+ SAM_CLI_DEV=1 uv pip install --system --break-system-packages --python "$$(uv python find)" -e '.[dev]'; \
12
else \
13
SAM_CLI_DEV=1 pip install -e '.[dev]'; \
14
fi
0 commit comments