We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c321fe2 commit 6a6c610Copy full SHA for 6a6c610
.github/workflows/create-emulator-pr.yml
@@ -70,7 +70,8 @@ jobs:
70
fi
71
72
# 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
+ 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
75
rm pyproject.toml.bak
76
77
# Generate new uv.lock with the specific testing SDK commit
0 commit comments