Skip to content

Commit fbcee55

Browse files
author
Lucas McDonald
committed
m
1 parent 3df8032 commit fbcee55

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci_test_python.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ 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: "*"
4641

4742
- name: Support longpaths on Git checkout
4843
run: |

.github/workflows/ci_test_vector_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
CORES=$(node -e 'console.log(os.cpus().length)')
9797
make transpile_python CORES=$CORES
9898
99-
- name: Test Python TestVectors with ${matrix.interface} interface
99+
- name: Test Python TestVectors with ${{matrix.interface}} interface
100100
working-directory: ${{matrix.library}}
101101
run: |
102102
make test_python_${{matrix.interface}}_interface

0 commit comments

Comments
 (0)