Skip to content

Commit 1de8ba6

Browse files
committed
final fixing
1 parent d8ed709 commit 1de8ba6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/aws-proxy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
pip install awscli-local[ver1]
6262
pip install terraform-local
6363
64-
# Note: Install the same boto3 version as installed in the image. This is a small fix to avoid
65-
# assertion errors (missing `BucketArn` in S3 responses). TODO: to be fixed in a future iteration!
66-
version=$(docker run --entrypoint= --rm localstack/localstack-pro bash -c '. .venv/bin/activate; pip show boto3 | grep Version | cut -d" " -f2')
67-
(. .venv/bin/activate; pip install "boto3==$version")
64+
# Note: Temporarily fixing boto3 version, to avoid some assertion errors we've recently seen in
65+
# the tests (missing `BucketArn` in S3 responses). TODO: to be fixed in a future iteration!
66+
(. .venv/bin/activate; pip install "boto3==1.40.45")
6867
6968
find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*
7069
ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*

0 commit comments

Comments
 (0)