Skip to content

Commit 6a6c610

Browse files
committed
chore: update
1 parent c321fe2 commit 6a6c610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-emulator-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
fi
7171
7272
# Update pyproject.toml to use local testing SDK (temporary, not committed)
73-
sed -i.bak "s|aws-durable-execution-sdk-python-testing @ git+ssh://git@github.com/aws/aws-durable-execution-sdk-python-testing.git|aws-durable-execution-sdk-python-testing @ file://$GITHUB_WORKSPACE|" pyproject.toml
73+
TESTING_SDK_PATH="$(realpath $GITHUB_WORKSPACE)"
74+
sed -i.bak "s|aws-durable-execution-sdk-python-testing @ git+ssh://git@github.com/aws/aws-durable-execution-sdk-python-testing.git|aws-durable-execution-sdk-python-testing @ file://${TESTING_SDK_PATH}|" pyproject.toml
7475
rm pyproject.toml.bak
7576
7677
# Generate new uv.lock with the specific testing SDK commit

0 commit comments

Comments
 (0)