We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c285e2 commit ad24de9Copy full SHA for ad24de9
1 file changed
.github/workflows/dockerized-test.yml
@@ -33,6 +33,11 @@ jobs:
33
- name: Build the image
34
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
35
36
+ - name: Set up Python 3.11
37
+ uses: actions/setup-python@v5
38
+ with:
39
+ python-version: '3.11'
40
+
41
- name: Run tests
42
uses: aws/containerized-test-runner-for-aws-lambda@main
43
with:
0 commit comments