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 3625f98 commit 77b9165Copy full SHA for 77b9165
codebuild/py37/decrypt_dafny_esdk_vectors.yml
@@ -56,11 +56,12 @@ phases:
56
-H "X-GitHub-Api-Version: 2022-11-28" \
57
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
58
- unzip ubuntu-latest_test_vector_artifact
59
+ # This unzips to `net41/`
60
build:
61
commands:
62
# NOTE: We need to pass the absolute path of the vectors
63
- pip install "tox < 4.0"
- - cd $CODEBUILD_SRC_DIR/test_vector_handlers
64
+ - cd /test_vector_handlers
65
- |
66
tox -- \
- --input $UNZIPPED_VECTORS_DIR/manifest.json
67
+ --input ../net41/manifest.json
0 commit comments