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 57f8a0b commit 4d0e7d6Copy full SHA for 4d0e7d6
1 file changed
.github/workflows/integration-tests.yml
@@ -66,6 +66,9 @@ jobs:
66
role-session-name: languageSDKIntegrationTest
67
aws-region: ${{ env.AWS_REGION }}
68
69
+ - name: Install Hatch
70
+ run: python -m pip install hatch==1.16.5
71
+
72
- name: Get integration examples
73
id: get-examples
74
working-directory: language-sdk/examples
0 commit comments