Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77b9165

Browse files
committedMar 19, 2024
Debug
1 parent 3625f98 commit 77b9165

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎codebuild/py37/decrypt_dafny_esdk_vectors.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ phases:
5656
-H "X-GitHub-Api-Version: 2022-11-28" \
5757
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
5858
- unzip ubuntu-latest_test_vector_artifact
59+
# This unzips to `net41/`
5960
build:
6061
commands:
6162
# NOTE: We need to pass the absolute path of the vectors
6263
- pip install "tox < 4.0"
63-
- cd $CODEBUILD_SRC_DIR/test_vector_handlers
64+
- cd /test_vector_handlers
6465
- |
6566
tox -- \
66-
--input $UNZIPPED_VECTORS_DIR/manifest.json
67+
--input ../net41/manifest.json

0 commit comments

Comments
 (0)
Please sign in to comment.