Skip to content

Commit ad24de9

Browse files
authored
fix: update dockerized-test.yml
1 parent 4c285e2 commit ad24de9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dockerized-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Build the image
3434
run: docker build . -t local/test -f Dockerfile.test --build-arg BASE_IMAGE=public.ecr.aws/lambda/ruby:${{ matrix.ruby_version }}
3535

36+
- name: Set up Python 3.11
37+
uses: actions/setup-python@v5
38+
with:
39+
python-version: '3.11'
40+
3641
- name: Run tests
3742
uses: aws/containerized-test-runner-for-aws-lambda@main
3843
with:

0 commit comments

Comments
 (0)