Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 5, 2024
1 parent bf0b108 commit ae72693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/py312/decrypt_dafny_esdk_vectors_keyrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ phases:
pre_build:
commands:
# Build and install MPL test vector Python package
- pip install "tox < 4.0"
- tox -e install-mpl-runner
# Fetch test vectors from Dafny ESDK's most recent run
# (Assuming the first result is most recent; seems to be correct...)
Expand Down Expand Up @@ -53,7 +54,6 @@ phases:
- unzip net41.zip -d net41
build:
commands:
- pip install "tox < 4.0"
- cd test_vector_handlers
- |
tox -- \
Expand Down

0 comments on commit ae72693

Please sign in to comment.