Skip to content

Commit e9f9158

Browse files
committed
fix: 🐛 use correct python version for packing deps
1 parent 059cbbe commit e9f9158

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-integration-localstack.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
echo "Waiting for LocalStack startup..."
1919
localstack wait -t 30
2020
echo "Startup complete"
21+
- name: Set up Python
22+
uses: actions/setup-python@v4
23+
with:
24+
python-version: "3.10"
25+
architecture: "x64"
2126
- name: Deploy infrastructure
2227
run: |
2328
bin/deploy.sh

0 commit comments

Comments
 (0)