Skip to content

Commit a6b9dbf

Browse files
chore: making e2e happy
1 parent 72d897f commit a6b9dbf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,12 @@ jobs:
9797
role-session-name: languageSDKIntegrationTest
9898
aws-region: ${{ env.AWS_REGION }}
9999

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-
105100
- name: Install Hatch and setup Testing SDK
106101
working-directory: testing-sdk
107102
env:
108103
AWS_DURABLE_SDK_URL: file://${{ github.workspace }}/language-sdk
109104
run: |
110-
pip install hatch
105+
pip install hatch==1.15.0
111106
python -m pip install -e .
112107
113108
- name: Get integration examples

0 commit comments

Comments
 (0)