File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 repository : aws/aws-durable-execution-sdk-python-testing
29- path : testing-sdk
29+ path : /packages/ testing-sdk
3030
3131 - name : Set up Python ${{ matrix.python-version }}
3232 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6565 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666 with :
6767 repository : aws/aws-durable-execution-sdk-python-testing
68- path : testing-sdk
68+ path : /packages/ testing-sdk
6969
7070 - name : Set up Python 3.13
7171 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -105,7 +105,7 @@ jobs:
105105 KMS_KEY_ARN : ${{ secrets.KMS_KEY_ARN }}
106106 run : |
107107 echo "Building examples..."
108- hatch run -- examples:pip install -e ../../../ testing-sdk
108+ hatch run -- examples:pip install -e ../testing-sdk
109109 hatch run examples:build
110110
111111 # Get first integration example for testing
You can’t perform that action at this time.
0 commit comments