Skip to content

Commit ae72693

Browse files
m
1 parent bf0b108 commit ae72693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/py312/decrypt_dafny_esdk_vectors_keyrings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ phases:
2323
pre_build:
2424
commands:
2525
# Build and install MPL test vector Python package
26+
- pip install "tox < 4.0"
2627
- tox -e install-mpl-runner
2728
# Fetch test vectors from Dafny ESDK's most recent run
2829
# (Assuming the first result is most recent; seems to be correct...)
@@ -53,7 +54,6 @@ phases:
5354
- unzip net41.zip -d net41
5455
build:
5556
commands:
56-
- pip install "tox < 4.0"
5757
- cd test_vector_handlers
5858
- |
5959
tox -- \

0 commit comments

Comments
 (0)