Skip to content

Commit a516329

Browse files
author
Lucas McDonald
committed
m
1 parent 357fea0 commit a516329

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci_test_python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
id-token: write
3939
contents: read
4040
steps:
41+
- name: Setup DynamoDB Local
42+
uses: rrainn/[email protected]
43+
with:
44+
port: 8000
45+
cors: "*"
46+
4147
- name: Support longpaths on Git checkout
4248
run: |
4349
git config --global core.longpaths true

.github/workflows/ci_test_vector_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
library: [TestVectors]
31-
python-version: [3.11, 3.12, 3.12]
31+
python-version: [3.11, 3.12, 3.13]
3232
os: [ubuntu-22.04]
3333
interface: [client, resource, table]
3434
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)