Skip to content

Commit c1c3cdb

Browse files
committed
Running awscurl with uv now
1 parent 76242a4 commit c1c3cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ test:
137137
# Invoke Sagemaker endpoint with sample request
138138
[group('aws')]
139139
@sagemaker-invoke:
140-
awscurl --service sagemaker --region "$AWS_REGION" \
140+
uv run -- awscurl --service sagemaker --region "$AWS_REGION" \
141141
$(aws sts assume-role --role-arn "$AWS_ROLE" \
142142
--role-session-name mlschool-session \
143143
--profile "$AWS_USERNAME" --query "Credentials" \

0 commit comments

Comments
 (0)