Skip to content

Commit 268dbf1

Browse files
committed
adjust check to new Python version 3.13
1 parent fb10608 commit 268dbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws-replicator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
pip install awscli-local[ver1]
6262
pip install terraform-local
6363
64-
find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
65-
ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.11/site-packages/aws*
64+
find /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*
65+
ls -la /home/runner/.cache/localstack/volume/lib/extensions/python_venv/lib/python3.*/site-packages/aws*
6666
DEBUG=1 GATEWAY_SERVER=hypercorn localstack start -d
6767
localstack wait
6868

0 commit comments

Comments
 (0)