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 72d897f commit a6b9dbfCopy full SHA for a6b9dbf
.github/workflows/integration-tests.yml
@@ -97,17 +97,12 @@ jobs:
97
role-session-name: languageSDKIntegrationTest
98
aws-region: ${{ env.AWS_REGION }}
99
100
- - name: Install custom Lambda model
101
- working-directory: testing-sdk
102
- run: |
103
- aws configure add-model --service-model file://.github/model/lambda.json --service-name lambda
104
-
105
- name: Install Hatch and setup Testing SDK
106
working-directory: testing-sdk
107
env:
108
AWS_DURABLE_SDK_URL: file://${{ github.workspace }}/language-sdk
109
run: |
110
- pip install hatch
+ pip install hatch==1.15.0
111
python -m pip install -e .
112
113
- name: Get integration examples
0 commit comments