We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df8032 commit fbcee55Copy full SHA for fbcee55
.github/workflows/ci_test_python.yml
@@ -38,11 +38,6 @@ jobs:
38
id-token: write
39
contents: read
40
steps:
41
- - name: Setup DynamoDB Local
42
- uses: rrainn/[email protected]
43
- with:
44
- port: 8000
45
- cors: "*"
46
47
- name: Support longpaths on Git checkout
48
run: |
.github/workflows/ci_test_vector_python.yml
@@ -96,7 +96,7 @@ jobs:
96
CORES=$(node -e 'console.log(os.cpus().length)')
97
make transpile_python CORES=$CORES
98
99
- - name: Test Python TestVectors with ${matrix.interface} interface
+ - name: Test Python TestVectors with ${{matrix.interface}} interface
100
working-directory: ${{matrix.library}}
101
102
make test_python_${{matrix.interface}}_interface
0 commit comments